mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -311,6 +311,22 @@ data:extend({
|
|||||||
minimum_value = 1,
|
minimum_value = 1,
|
||||||
maximum_value = 10,
|
maximum_value = 10,
|
||||||
order = 'I1'
|
order = 'I1'
|
||||||
|
}, {
|
||||||
|
type = 'int-setting',
|
||||||
|
name = 'PHI-PB-CRS',
|
||||||
|
setting_type = 'startup',
|
||||||
|
default_value = 2,
|
||||||
|
minimum_value = 1,
|
||||||
|
maximum_value = 10,
|
||||||
|
order = 'I2'
|
||||||
|
}, {
|
||||||
|
type = 'int-setting',
|
||||||
|
name = 'PHI-PB-CCS',
|
||||||
|
setting_type = 'startup',
|
||||||
|
default_value = 2,
|
||||||
|
minimum_value = 1,
|
||||||
|
maximum_value = 10,
|
||||||
|
order = 'I3'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
Reference in New Issue
Block a user