Fix Bio Boiler

This commit is contained in:
Simon Brodtmann 2025-07-28 00:22:49 +02:00
parent 662f05a1ea
commit e9b2aa368a

View file

@ -149,8 +149,8 @@ if BI.Settings.BI_Bio_Fuel then
base_level = -1, base_level = -1,
pipe_covers = pipecoverspictures(), pipe_covers = pipecoverspictures(),
pipe_connections = { pipe_connections = {
{ flow_direction = "input-output", direction = defines.direction.north, position = { -1, 0.5 } }, { flow_direction = "input-output", direction = defines.direction.west, position = { -1, 0.5 } },
{ flow_direction = "input-output", direction = defines.direction.north, position = { 1, 0.5 } } { flow_direction = "input-output", direction = defines.direction.east, position = { 1, 0.5 } }
}, },
production_type = "input-output", production_type = "input-output",
filter = "water" filter = "water"
@ -192,8 +192,9 @@ if BI.Settings.BI_Bio_Fuel then
}, },
max_sounds_per_type = 3 max_sounds_per_type = 3
}, },
structure = { pictures = {
north = { north = {
structure = {
layers = { layers = {
{ {
filename = ENTITYPATH .. "boiler-N-idle.png", filename = ENTITYPATH .. "boiler-N-idle.png",
@ -214,8 +215,10 @@ if BI.Settings.BI_Bio_Fuel then
draw_as_shadow = true, draw_as_shadow = true,
} }
} }
}
}, },
east = { east = {
structure = {
layers = { layers = {
{ {
filename = ENTITYPATH .. "boiler-E-idle.png", filename = ENTITYPATH .. "boiler-E-idle.png",
@ -236,8 +239,10 @@ if BI.Settings.BI_Bio_Fuel then
draw_as_shadow = true, draw_as_shadow = true,
} }
} }
}
}, },
south = { south = {
structure = {
layers = { layers = {
{ {
filename = ENTITYPATH .. "boiler-S-idle.png", filename = ENTITYPATH .. "boiler-S-idle.png",
@ -258,8 +263,10 @@ if BI.Settings.BI_Bio_Fuel then
draw_as_shadow = true, draw_as_shadow = true,
} }
} }
}
}, },
west = { west = {
structure = {
layers = { layers = {
{ {
filename = ENTITYPATH .. "boiler-W-idle.png", filename = ENTITYPATH .. "boiler-W-idle.png",
@ -281,6 +288,7 @@ if BI.Settings.BI_Bio_Fuel then
} }
} }
} }
}
}, },
patch = { patch = {
east = { east = {