mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
Crash site spawn chest changed to requester chest
This commit is contained in:
parent
233a365c26
commit
162c3a0fcd
@ -929,7 +929,7 @@ local function init(config)
|
||||
chest = chest,
|
||||
[4] = {entity = {name = 'logistic-chest-requester', force = 'player', callback = 'chest'}},
|
||||
[29] = {entity = {name = 'market', force = 'neutral', callback = 'market'}},
|
||||
[32] = {entity = {name = 'steel-chest', force = 'player', callback = 'chest'}}
|
||||
[32] = {entity = {name = 'logistic-chest-requester', force = 'player', callback = 'chest'}}
|
||||
},
|
||||
[2] = {
|
||||
force = 'player',
|
||||
|
Loading…
Reference in New Issue
Block a user