mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
fixed copy and paste error
This commit is contained in:
parent
f062c53868
commit
6b8c8795f7
@ -29,7 +29,7 @@ return ob.make_walls {
|
||||
part_size = 3,
|
||||
[1] = {entity = {name = 'stone-wall'}},
|
||||
[2] = {tile = 'concrete'},
|
||||
[3] = {entity = {name = 'iron-chest'}, tile = 'stone-path'},
|
||||
[3] = {entity = {name = 'iron-chest', force = 'neutral', callback = 'loot'}, tile = 'stone-path'},
|
||||
[4] = {tile = 'concrete'},
|
||||
[5] = {tile = 'concrete'},
|
||||
[6] = {entity = {name = 'iron-chest', force = 'neutral', callback = 'loot'}, tile = 'stone-path'},
|
||||
|
Loading…
Reference in New Issue
Block a user