[MC1.20.1] Crush on disabling abilities
DarkOutX opened this issue ยท 3 comments
Game crushes when trying to create new world (or load server) with disabled abilities
MC Version: 1.20.1
Mod Version: 20.1.6
Config (part which makes crush):
/* What abilities should be enabled? */
C "Abilities"={
/* Should Ability "ability.improvableskills:anvil" be added to the game? */
B "improvableskills:anvil"=false
/* Should Ability "ability.improvableskills:auto_xp_bank" be added to the game? */
B "improvableskills:auto_xp_bank"=false
/* Should Ability "ability.improvableskills:cowboy" be added to the game? */
B "improvableskills:cowboy"=false
/* Should Ability "ability.improvableskills:crafter" be added to the game? */
B "improvableskills:crafter"=false
/* Should Ability "ability.improvableskills:enchanting" be added to the game? */
B "improvableskills:enchanting"=false
/* Should Ability "ability.improvableskills:magnetism" be added to the game? */
B "improvableskills:magnetism"=false
}
I had the same problem, fyi. Just found it today. I had quite a few disabled, as they make sense for the pack I'm making. Turned them back on, as you said, and it's working again.