1
0
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:
Zahir Khan 2024-02-08 14:18:28 -05:00 committed by GitHub
parent 233a365c26
commit 162c3a0fcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -929,7 +929,7 @@ local function init(config)
chest = chest, chest = chest,
[4] = {entity = {name = 'logistic-chest-requester', force = 'player', callback = 'chest'}}, [4] = {entity = {name = 'logistic-chest-requester', force = 'player', callback = 'chest'}},
[29] = {entity = {name = 'market', force = 'neutral', callback = 'market'}}, [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] = { [2] = {
force = 'player', force = 'player',