Item base_productivity
Posted: Mon Nov 04, 2024 8:19 pm
Hello, I'm trying to make some kind of cheat mod for factorio, like "Efficient Smelting - Full Belts and Full Fluids" but I'm not able to make production multiplier working. Is base_productivity variable some kind of "turned off". I'm trying with furnaces:
Is there any option to make it work like before 2.0? Or do I have to just mod all recipes?
Code: Select all
for _,furnace in pairs(data.raw['furnace']) do
furnace.base_productivity=4
end