Crash when loading into world after equipping Botania's snowflake pendant
goose-swansworth opened this issue ยท 1 comments
After equipping the snowflake pendant from Botania my game immediately crashed with this error:
The game crashed whilst ticking player
Error: java.lang.ClassCastException: class net.minecraft.core.Holder$Reference cannot be cast to class vazkii.botania.mixin.AccessorBiome (net.minecraft.core.Holder$Reference is in module [email protected] of loader 'TRANSFORMER' u/27ec8754; vazkii.botania.mixin.AccessorBiome is in module [email protected] of loader 'TRANSFORMER' u/27ec8754)
Exit Code: -1
Log: https://pastebin.pl/view/26f0b1de
Things I have tried:
Removing the item from playerdata using NBTExplorer - This resulted in a new NBT file being created without the changes I made (not sure how to get around this).
Completely deleting playerdata - This again results in a new playerdata folder being created with unchanged files.
Any help would be greatly appreciated!! :))