enable_rubber_tree_generation = "true",
enable_marble_generation = "true",
enable_granite_generation = "true",
+ enable_wind_mill = "false",
}
for k, v in pairs(defaults) do
dofile(path.."/grinder.lua")
dofile(path.."/solar_array.lua")
dofile(path.."/tool_workshop.lua")
-dofile(path.."/wind_mill.lua")
+if technic.config:get_bool("enable_wind_mill") then
+ dofile(path.."/wind_mill.lua")
+end
-- The power radiator supplies appliances with inductive coupled power:
-- Lighting and associated textures is taken directly from VanessaE's homedecor and made electric.