Code: Select all
for _, resource in pairs(data.raw.resource) do
if not resource.infinite then
resource.infinite = true
resource.minimum = 200
resource.normal = 1000
end
end
Code: Select all
if not resource.infinite
It's a shame that the mod in the mod browser in game is the old form.