Helmod: Fix bug with steam assembler

This commit is contained in:
Simon Brodtmann 2025-04-12 16:27:11 +02:00
parent 45f245d422
commit 22e3f9709e

View file

@ -30,11 +30,12 @@ assembling_machine.crafting_speed = 0.5
assembling_machine.energy_usage = "25kW" assembling_machine.energy_usage = "25kW"
assembling_machine.energy_source = { assembling_machine.energy_source = {
type = "fluid", type = "fluid",
fuel_categories = { "steam" }, maximum_temperature = 165,
effectivity = 1, effectivity = 1,
emissions_per_minute = { noise = 50 }, emissions_per_minute = { noise = 50 },
scale_fluid_usage = true, scale_fluid_usage = true,
fluid_box = { fluid_box = {
filter = "steam",
production_type = "input", production_type = "input",
pipe_picture = machinepipes(), pipe_picture = machinepipes(),
pipe_covers = pipecovers(), pipe_covers = pipecovers(),