Weird crash
Bernard-Borg opened this issue ยท 2 comments
To Reproduce
Steps to reproduce the crash:
- Go into the server once
- Leave the server
- Rejoin the server
- Crash
Pastebin links
Don't paste the whole lists here, use pastebin
- Crash Log: https://pastebin.com/eCDGWwFL
- Modpack link (preferred) or Mod List: https://pastebin.com/w1XJ8SbL
- Custom changes to modpack (if using a modpack): None
- Extra Alchemy Config: default
Environment (please complete the following information):
- Mod Version: 1.8.1
- MC Version: 1.18.2
- Fabric Version: 0.11.0
- Fabric API version: Fabric API 0.57.0
- System: Windows 10
- Installation type: Dedicated Server
Additional context
Add any other context about the problem here, like other mods that you think might be involved in the problem.
A method that is never called on a normal fabric server is called on the server through polymer.
My mod relies on the method being client side even though it is not explicitly declared.