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