Item base_productivity

Place to get help with not working mods / modding interface.
dann999
Manual Inserter
Manual Inserter
Posts: 3
Joined: Mon Dec 23, 2013 11:12 am
Contact:

Item base_productivity

Post by dann999 »

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:

Code: Select all

for _,furnace in pairs(data.raw['furnace']) do
furnace.base_productivity=4
end
Is there any option to make it work like before 2.0? Or do I have to just mod all recipes?
User avatar
Fishbus
Manual Inserter
Manual Inserter
Posts: 4
Joined: Sat Sep 28, 2024 8:20 pm
Contact:

Re: Item base_productivity

Post by Fishbus »

Yes, I have a few items like this that give a base productivity of 10% or 25% as a unique aspect of the machine.

Now this doesn't seem the case as it's depreciated. so +1 needing some new way to achieve this.
Post Reply

Return to “Modding help”