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:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user