ShadowNinja
2013-10-06 363f0332788e04e2e4bb63af5cd21fac5ae56ae5
technic/config.lua
@@ -12,6 +12,7 @@
   enable_rubber_tree_generation = "true",
   enable_marble_generation = "true",
   enable_granite_generation = "true",
   enable_wind_mill = "false",
}
for k, v in pairs(defaults) do
@@ -20,3 +21,6 @@
   end
end
-- Create the config file if it doesn't exist
technic.config:write()