Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Date: ????
- Fixed smart farms not working with most plants on new saves
- Removed part of the smart farm remote API due to engine constraints
- Fixed parts of the caravan interrupt GUI being hidden if too many conditions or targets were added. Resolves https://github.com/pyanodon/pybugreports/issues/1325
- Fixed composter not showing working animation when working. Resolves https://github.com/pyanodon/pybugreports/issues/1257
- Fixed cytostatics 2 not accepting productivity. Resolves https://github.com/pyanodon/pybugreports/issues/1393
- Removed the period from smart farm package technology locales
- Added flying fluid caravans (thanks, FreezingSnail!)
Expand Down
292 changes: 146 additions & 146 deletions prototypes/buildings/compost-plant.lua
Original file line number Diff line number Diff line change
Expand Up @@ -149,152 +149,152 @@ for i = 1, 4 do
},
},
},
},
working_visualisations = {
{
north_position = util.by_pixel(-144, -112),
west_position = util.by_pixel(-144, -112),
south_position = util.by_pixel(-144, -112),
east_position = util.by_pixel(-144, -112),
animation = {
filename = "__pyalienlifegraphics2__/graphics/entity/compost-plant/a1.png",
frame_count = 100,
line_length = 32,
width = 64,
height = 512,
animation_speed = 0.4
}
},
{
north_position = util.by_pixel(-144, -112),
west_position = util.by_pixel(-144, -112),
south_position = util.by_pixel(-144, -112),
east_position = util.by_pixel(-144, -112),
animation = {
filename = "__pyalienlifegraphics2__/graphics/entity/compost-plant/a1-mask.png",
frame_count = 100,
line_length = 32,
width = 64,
height = 512,
animation_speed = 0.4,
tint = py.tints[i]
}
},
{
north_position = util.by_pixel(-80, -112),
west_position = util.by_pixel(-80, -112),
south_position = util.by_pixel(-80, -112),
east_position = util.by_pixel(-80, -112),
animation = {
filename = "__pyalienlifegraphics2__/graphics/entity/compost-plant/a2.png",
frame_count = 100,
line_length = 32,
width = 64,
height = 512,
animation_speed = 0.4
}
},
{
north_position = util.by_pixel(-80, -112),
west_position = util.by_pixel(-80, -112),
south_position = util.by_pixel(-80, -112),
east_position = util.by_pixel(-80, -112),
animation = {
filename = "__pyalienlifegraphics2__/graphics/entity/compost-plant/a2-mask.png",
frame_count = 100,
line_length = 32,
width = 64,
height = 512,
animation_speed = 0.4,
tint = py.tints[i]
}
},
{
north_position = util.by_pixel(-16, -112),
west_position = util.by_pixel(-16, -112),
south_position = util.by_pixel(-16, -112),
east_position = util.by_pixel(-16, -112),
animation = {
filename = "__pyalienlifegraphics2__/graphics/entity/compost-plant/a3.png",
frame_count = 100,
line_length = 32,
width = 64,
height = 512,
animation_speed = 0.4
}
},
{
north_position = util.by_pixel(-16, -112),
west_position = util.by_pixel(-16, -112),
south_position = util.by_pixel(-16, -112),
east_position = util.by_pixel(-16, -112),
animation = {
filename = "__pyalienlifegraphics2__/graphics/entity/compost-plant/a3-mask.png",
frame_count = 100,
line_length = 32,
width = 64,
height = 512,
animation_speed = 0.4,
tint = py.tints[i]
}
},
{
north_position = util.by_pixel(48, -112),
west_position = util.by_pixel(48, -112),
south_position = util.by_pixel(48, -112),
east_position = util.by_pixel(48, -112),
animation = {
filename = "__pyalienlifegraphics2__/graphics/entity/compost-plant/a4.png",
frame_count = 100,
line_length = 32,
width = 64,
height = 512,
animation_speed = 0.4
}
},
{
north_position = util.by_pixel(48, -112),
west_position = util.by_pixel(48, -112),
south_position = util.by_pixel(48, -112),
east_position = util.by_pixel(48, -112),
animation = {
filename = "__pyalienlifegraphics2__/graphics/entity/compost-plant/a4-mask.png",
frame_count = 100,
line_length = 32,
width = 64,
height = 512,
animation_speed = 0.4,
tint = py.tints[i]
}
},
{
north_position = util.by_pixel(112, -112),
west_position = util.by_pixel(112, -112),
south_position = util.by_pixel(112, -112),
east_position = util.by_pixel(112, -112),
animation = {
filename = "__pyalienlifegraphics2__/graphics/entity/compost-plant/a5.png",
frame_count = 100,
line_length = 32,
width = 64,
height = 512,
animation_speed = 0.4
}
},
{
north_position = util.by_pixel(112, -112),
west_position = util.by_pixel(112, -112),
south_position = util.by_pixel(112, -112),
east_position = util.by_pixel(112, -112),
animation = {
filename = "__pyalienlifegraphics2__/graphics/entity/compost-plant/a5-mask.png",
frame_count = 100,
line_length = 32,
width = 64,
height = 512,
animation_speed = 0.4,
tint = py.tints[i]
}
working_visualisations = {
{
north_position = util.by_pixel(-144, -112),
west_position = util.by_pixel(-144, -112),
south_position = util.by_pixel(-144, -112),
east_position = util.by_pixel(-144, -112),
animation = {
filename = "__pyalienlifegraphics2__/graphics/entity/compost-plant/a1.png",
frame_count = 100,
line_length = 32,
width = 64,
height = 512,
animation_speed = 0.4
}
},
{
north_position = util.by_pixel(-144, -112),
west_position = util.by_pixel(-144, -112),
south_position = util.by_pixel(-144, -112),
east_position = util.by_pixel(-144, -112),
animation = {
filename = "__pyalienlifegraphics2__/graphics/entity/compost-plant/a1-mask.png",
frame_count = 100,
line_length = 32,
width = 64,
height = 512,
animation_speed = 0.4,
tint = py.tints[i]
}
},
{
north_position = util.by_pixel(-80, -112),
west_position = util.by_pixel(-80, -112),
south_position = util.by_pixel(-80, -112),
east_position = util.by_pixel(-80, -112),
animation = {
filename = "__pyalienlifegraphics2__/graphics/entity/compost-plant/a2.png",
frame_count = 100,
line_length = 32,
width = 64,
height = 512,
animation_speed = 0.4
}
},
{
north_position = util.by_pixel(-80, -112),
west_position = util.by_pixel(-80, -112),
south_position = util.by_pixel(-80, -112),
east_position = util.by_pixel(-80, -112),
animation = {
filename = "__pyalienlifegraphics2__/graphics/entity/compost-plant/a2-mask.png",
frame_count = 100,
line_length = 32,
width = 64,
height = 512,
animation_speed = 0.4,
tint = py.tints[i]
}
},
{
north_position = util.by_pixel(-16, -112),
west_position = util.by_pixel(-16, -112),
south_position = util.by_pixel(-16, -112),
east_position = util.by_pixel(-16, -112),
animation = {
filename = "__pyalienlifegraphics2__/graphics/entity/compost-plant/a3.png",
frame_count = 100,
line_length = 32,
width = 64,
height = 512,
animation_speed = 0.4
}
},
{
north_position = util.by_pixel(-16, -112),
west_position = util.by_pixel(-16, -112),
south_position = util.by_pixel(-16, -112),
east_position = util.by_pixel(-16, -112),
animation = {
filename = "__pyalienlifegraphics2__/graphics/entity/compost-plant/a3-mask.png",
frame_count = 100,
line_length = 32,
width = 64,
height = 512,
animation_speed = 0.4,
tint = py.tints[i]
}
},
{
north_position = util.by_pixel(48, -112),
west_position = util.by_pixel(48, -112),
south_position = util.by_pixel(48, -112),
east_position = util.by_pixel(48, -112),
animation = {
filename = "__pyalienlifegraphics2__/graphics/entity/compost-plant/a4.png",
frame_count = 100,
line_length = 32,
width = 64,
height = 512,
animation_speed = 0.4
}
},
{
north_position = util.by_pixel(48, -112),
west_position = util.by_pixel(48, -112),
south_position = util.by_pixel(48, -112),
east_position = util.by_pixel(48, -112),
animation = {
filename = "__pyalienlifegraphics2__/graphics/entity/compost-plant/a4-mask.png",
frame_count = 100,
line_length = 32,
width = 64,
height = 512,
animation_speed = 0.4,
tint = py.tints[i]
}
},
{
north_position = util.by_pixel(112, -112),
west_position = util.by_pixel(112, -112),
south_position = util.by_pixel(112, -112),
east_position = util.by_pixel(112, -112),
animation = {
filename = "__pyalienlifegraphics2__/graphics/entity/compost-plant/a5.png",
frame_count = 100,
line_length = 32,
width = 64,
height = 512,
animation_speed = 0.4
}
},
{
north_position = util.by_pixel(112, -112),
west_position = util.by_pixel(112, -112),
south_position = util.by_pixel(112, -112),
east_position = util.by_pixel(112, -112),
animation = {
filename = "__pyalienlifegraphics2__/graphics/entity/compost-plant/a5-mask.png",
frame_count = 100,
line_length = 32,
width = 64,
height = 512,
animation_speed = 0.4,
tint = py.tints[i]
}
},
},
},
fluid_boxes = {
Expand Down