This commit is contained in:
2023-05-09 01:25:30 +09:00
parent dc2df1bc08
commit 4a7bdb1ce3
10 changed files with 279 additions and 202 deletions

View File

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