Update to 2.0

This commit is contained in:
Simon Brodtmann 2025-10-02 15:56:15 +02:00
parent c090985a08
commit fbd8f08c5c
78 changed files with 650 additions and 540 deletions

View file

@ -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",
},
{