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:
@@ -3,6 +3,7 @@ local items = {
|
||||
enabled = true,
|
||||
type = 'solar-panel',
|
||||
name = 'solar-panel',
|
||||
ref_name = 'solar-panel',
|
||||
min = 2,
|
||||
max = 8,
|
||||
base = 60
|
||||
@@ -11,6 +12,7 @@ local items = {
|
||||
enabled = true,
|
||||
type = 'accumulator',
|
||||
name = 'accumulator',
|
||||
ref_name = 'accumulator',
|
||||
min = 2,
|
||||
max = 8,
|
||||
base = 5
|
||||
@@ -19,6 +21,7 @@ local items = {
|
||||
enabled = true,
|
||||
type = 'boiler',
|
||||
name = 'boiler',
|
||||
ref_name = 'boiler',
|
||||
min = 2,
|
||||
max = 5
|
||||
},
|
||||
@@ -26,6 +29,7 @@ local items = {
|
||||
enabled = true,
|
||||
type = 'generator',
|
||||
name = 'steam-engine',
|
||||
ref_name = 'steam-engine',
|
||||
min = 2,
|
||||
max = 5
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user