๐Ÿ”จ Crumbs (Forge)

๐Ÿ”จ Crumbs (Forge)

2M Downloads

Crafting Table Server Crash

WenXin20 opened this issue ยท 7 comments

commented

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

  1. Place modded crafting table
  2. Crash

Context (Environment)

Minecraft v1.16.4
Forge v35.1.13
Crumbs v1.0.5

commented

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?

commented

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.

commented

I just tested it with polymorph, and that's the problem. I'll look into what exactly is causing it. Thanks for reporting :)

commented

Thanks! Glad I didn't have to sort through all the mods I had!

commented

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

commented

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.

commented

Alright, thanks