This commit is contained in:
2023-05-09 01:29:19 +09:00
parent 9700a86cad
commit 76bdc3cda5
4 changed files with 9 additions and 9 deletions

View File

@@ -20,14 +20,14 @@ local items = {
type = 'boiler',
name = 'boiler',
min = 2,
max = 8
max = 5
},
['steam-engine'] = {
enabled = true,
type = 'accumulator',
name = 'accumulator',
type = 'generator',
name = 'steam-engine',
min = 2,
max = 8
max = 5
}
}