Lexica Botania crashes Minecraft when clicking on Next Page or using the Scroll Wheel to move to Next Page
thethirdrey opened this issue ยท 6 comments
Version Information
Forge version: 14.23.4.2703
Botania version: r1.10-354
Further Information
Link to crash log: gist
Steps to reproduce:
- On any world, open Lexica Botania
- Go to any item that has more than one page
- Click on Next Page or use the Scroll Wheel to go to the Next Page
- Boom, crash :(
What I expected to happen: To go to the Next Page
What happened instead: Crashes Minecraft :(
I've singled out the mod that was apparently causing the crashing using the process of elimination! :D It seems that the No Recipe Book mod by Seneschal_Luwin wasn't playing well with Botania
I checked the No Recipe Book code and it blindly removes the 11th button from all guis without checking whether the gui is a vanilla one, or the button actually is the recipe book button, which is completely broken behaviour. This is not a botania issue.
As a workaround, the mod FastWorkbench also removes the recipe book button, but in a sensible way (ie. a way that won't crash every mod that adds a GUI ever). You can get it here.