[Bug] Disabling crystalite items in config causes server to crash on boot
purejosh opened this issue ยท 2 comments
What happened?
After disabling all 5 items made of crystalite, I rebooted my server and it crashed on boot.
Enabling these items again in the config allowed my server to boot.
BetterEnd
2.1.1
BCLib
2.1.2
Fabric API
0.62.0+1.19.2
Fabric Loader
0.14.9
Minecraft
1.19.2
Relevant log output
There was an error creating your issue: body is too long (maximum is 65536 characters).
I will post my logs in the comments.
Other Mods
No response
To add more info...
It's not only those 5 items. It's all items and all blocks in all 3 mods. If you disable them, they don't get registered and when freezing the register it crashes.
It's the same issue as this one quiqueck/BetterNether#70
As a hotfix, I would simply register everything in here (5 config checks) and here (2 config checks) and remove all block and item disabling in the configs.