oil crude
Posted: Mon Mar 09, 2015 5:49 pm
hi,
I try to do a MOD to reaload, 'on time', all my crude-oil. But I don't understand why it's not working. I do :
I have all time mining speed = 0,1l/s. don't arrive to find the parameter to realeaod oil 
I try to do a MOD to reaload, 'on time', all my crude-oil. But I don't understand why it's not working. I do :
Code: Select all
for k, v in pairs(data.raw.resource) do
if k == "crude-oil" then
v.minimum = 7500
v.normal = 7500
end
end
