I would expect this to work:
Code: Select all
data:extend({
{
type = 'container',
name = 'container',
picture = {
north = {
filename = '__base__/graphics/entity/steel-chest/steel-chest.png',
width = 64,
height = 80,
},
east = {
filename = '__base__/graphics/entity/steel-chest/steel-chest.png',
width = 64,
height = 80,
},
},
direction_count = 2,
inventory_size = 1,
collision_box = {{-1, -1}, {1, 1}},
selection_box = {{-1, -1}, {1, 1}},
}
})
Not a massive problem, just something which could be polished.

