Infinite Resources


Stone/Coal/Iron/Copper/Uranium/Oil deposits are infinite and do not deplete. Mining speed is default, despite displayed yield over 100%. Oil extraction is dependant on richness of an oil field as in vanilla, however it will not drop below whatever yield it is found with.

Content
5 years ago
0.15 - 0.17
79
Cheats

g All mod support with an easy change

6 years ago

Just iterate trough all resources like this:

for k, v in pairs(data.raw.resource) do
data.raw.resource[k].infinite_depletion_amount = 0
data.raw.resource[k].infinite = true
data.raw.resource[k].minimum = 10
data.raw.resource[k].normal = 10
end

Only down side is that you dont have the special case for oil but you affect any other type of liquid resource like Angels and Bobs

6 years ago

Saw it in another mod, just like that. I prefer my own simple version.

New response