Botania crashes with dedicated servers (Registry.containsKey)
Pannoniae opened this issue ยท 2 comments
Version Information
Forge version: 31.2.9
Botania version: r1.15-385
Further Information
Link to crash log: (please use a paste site such as gist, do not attach the .txt or paste the log inline)
https://gist.github.com/Pannoniae/a31c7407ad4eab0000e4352b5fc63fa3
Steps to reproduce:
- Start server
- ????
- Watch it crash
What I expected to happen:
To not crash
What happened instead:
A NoSuchMethodError crashing the server. It is likely caused by the commit 2 days ago which switched to Registry.containsKey which is a client-only method thus crashing the dedicated server.