crucial2 icon indicating copy to clipboard operation
crucial2 copied to clipboard

Advancement Frame causes Stack Overflow

Open CridCrud opened this issue 2 years ago • 2 comments

this only happens on servers for me at least

CridCrud avatar Apr 04 '22 02:04 CridCrud

Linking https://github.com/MehVahdJukaar/AdvancementFrames/issues/5

seasonedfish avatar May 25 '22 16:05 seasonedfish

I am working on a server setup and I just found this bug. I made a hack to avoid the item crafting with CraftTweaker.

var advancement_frame = <item:advancementframes:advancement_frame>;
craftingTable.removeRecipe(advancement_frame);

Had to paste these lines in a CraftTweaker script in both local game files and server game files to make this work. And seems to work for me! image This doesn't fix the crash, but prevents it from happening.

lu1smgb avatar Jun 21 '22 00:06 lu1smgb