Botania

Botania

133M Downloads

Botania crashes with dedicated servers (Registry.containsKey)

Pannoniae opened this issue ยท 2 comments

commented

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:

  1. Start server
  2. ????
  3. 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.

commented

fixed and released build 386

commented

Thanks! <3