Update to 2.0
This commit is contained in:
parent
c090985a08
commit
fbd8f08c5c
78 changed files with 650 additions and 540 deletions
|
|
@ -11,8 +11,8 @@ data:extend({
|
|||
type = "string-setting",
|
||||
name = "bzfoundry-hydrocarbon",
|
||||
setting_type = "startup",
|
||||
allowed_values = {"coke", "solid-fuel", "coal", "none"},
|
||||
default_value = "coke",
|
||||
allowed_values = {mods["Krastorio2"] and "kr-coke" or "coke", "solid-fuel", "coal", "none"},
|
||||
default_value = mods["Krastorio2"] and "kr-coke" or "coke",
|
||||
order = "aba",
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue