Re: [MOD 0.12.0] endless resources
Posted: Fri Aug 05, 2016 4:13 pm
It's funny that the best Endless Resources implementation is hidden as an attachment to orzelek's post on page 6:
The check is particularly important as otherwise it messes up oil.
It's a shame that the mod in the mod browser in game is the old form.
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.