1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00

Merge pull request #1051 from grilledham/fix/remove-comp-chest-from-cheat-items

Remove compilatron-chest from cheat items.
This commit is contained in:
grilledham 2020-04-29 21:51:48 +01:00 committed by GitHub
commit 6e649ab0e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -202,8 +202,6 @@ global.config = {
{name = 'computer', count = 2}, {name = 'computer', count = 2},
{name = 'infinity-pipe', count = 10}, {name = 'infinity-pipe', count = 10},
{name = 'heat-interface', count = 10}, {name = 'heat-interface', count = 10},
{name = 'compilatron-chest', count = 5},
{name = 'compilatron-chest', count = 5},
{name = 'selection-tool', count = 1} {name = 'selection-tool', count = 1}
} }
} }