Crucial 2 - The Refresh Update

Crucial 2 - The Refresh Update

480k Downloads

Advancement Frame causes Stack Overflow

CridCrud opened this issue ยท 2 comments

commented

this only happens on servers for me at least

commented
commented

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.