mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
Update
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user