-
Notifications
You must be signed in to change notification settings - Fork 74
Description
source: https://mods.factorio.com/mod/helmod/discussion/6889ef6e8cc5bdd6a8e04d70
local recycling_turbine=util.merge{table.deepcopy(fusion_generator), { name = "muluna-cycling-steam-turbine", max_fluid_usage = 1.5, collision_box = {{-1.4, -3.4}, {1.4, 3.4}}, selection_box = {{-1.5, -3.5}, {1.5, 3.5}}, icon = "__muluna-graphics__/graphics/icons/advanced-steam-turbine.png", icon_size = 64, } } recycling_turbine.input_fluid_box = util.merge{table.deepcopy(recycling_turbine.input_fluid_box), { filter = "steam", minimum_temperature=165, maximum_temperature=1000, volume = 200, } }
max_fluid_usage = 1.5 set the fluid limit temperature at 500°C instead 1000°C
we can't access at max_fluid_usage
I add a fix in the code but if another issue with this problem we must do better, a rule system to overwrite some properties?