Crafting Table Server Crash
WenXin20 opened this issue ยท 7 comments
Expected Behavior
- No crashes
Current Behavior
- Right-clicking the custom crafting tables crashes the server.
- Crash Report
Possible Solution
- Check for client only.
Steps to Reproduce
- Place modded crafting table
- Crash
Context (Environment)
Minecraft v1.16.4
Forge v35.1.13
Crumbs v1.0.5
I have just tested this on a server and have no crashes/problems.
Also, I don't see any obvious client-only code and it's the same code we've used since the crafting tables were implemented.
I see you have a lot of mods installed, would it be possible for you to test it without them?
Hmm, it might be related to Polymorph or Crafting Tweaks, those are the only two mods that I can think of that change crafting tables. But I can try without other mods tomorrow.
I just tested it with polymorph, and that's the problem. I'll look into what exactly is causing it. Thanks for reporting :)
I can't figure out what the issue is so I contacted the polymorph devs. Hopefully we can get this solved soon.
illusivesoulworks/polymorph#47
So after further investigation and the help of Shadew, one of the team members, the issue is actually in the build system that we use, Architect.
Shadew reported the bug here: architectury/architectury-plugin#1
I'll be trying a temporary solution to the problem now.