Incompatibility with BCLib (library mod for BetterNether & others)
floral-qua-floral opened this issue ยท 3 comments
BCLib is a library mod required by BetterNether, BetterEnd, and EdenRing. When it is installed alongside Better Enchantment Boosting, the game fails to launch.
- Minecraft 1.18.1
- Fabric 0.12.12
- Fabric API 0.46.1
- BCLib 1.2.5
- Better Enchantment Boosting 1.0.0
The game window never opens, and no crash report is generated. The launcher opens a popup reading: An unexpected issue occurred and the game has crashed. We're sorry for the inconvenience. Exit Code: 0
.
Log file: latest.log
I've also reported this issue on the BCLib repo as issue #82.
This is because I had to rip out Mojang's code for bookshelf searching and replace it with my own as their original search algorithm would tank performance for larger areas. BCLib needs to fix this on their end by not loading their mixin when mine is present and then registering their bookshelves with Better Enchantment Boosting.