For example, if iron ore is made as an infinite resource,
the mining drill will stop mining iron ore once the yield falls below 100%.
data.raw["resource"]["iron-ore"].infinite = true
data.raw["resource"]["iron-ore"].minimum = 60000
data.raw["resource"]["iron-ore"].normal = 300000
data.raw["resource"]["iron-ore"].infinite_depletion_amount = 10
[2.0.17] infinite resources (ores) stop mining
Re: [2.0.17] infinite resources (ores) stop mining
For anyone interested in solving this impactful bug, here's another duplicate bug report talking about this 118214
At the bottom of the replies theres more detailed info
At the bottom of the replies theres more detailed info