This commit is contained in:
2025-01-13 22:34:31 +09:00
parent 4fa1ea4fb3
commit bfe5110254

View File

@@ -40,6 +40,12 @@ Storage.register(vlayer_data, function(tbl)
vlayer_data = tbl vlayer_data = tbl
end) end)
--[[
if script.active_mods["space-age"] then
config.allowed_items.landfill.surface_area = math.floor(config.allowed_items.landfill.surface_area * 2.5)
end
]]
for name, properties in pairs(config.allowed_items) do for name, properties in pairs(config.allowed_items) do
properties.modded = false properties.modded = false