make abilities expanded by default

This commit is contained in:
radimous 2024-09-24 17:03:43 +02:00
parent 8e857e57ee
commit c93413099d

View file

@ -16,7 +16,7 @@ public class Config {
COMBINE_LVL_TO_ABILITIES = builder
.comment("combine +lvl to abilities into one row")
.define("combineAddedLvlToAbilities", true);
.define("combineAddedLvlToAbilities", false);
builder.push("BUTTON");
VAULT_SCREEN_BUTTON = builder