VazkiiMods / crucial2

The best Minecraft Vanilla Style Modpack.
33 stars 26 forks source link

Advancement Frame causes Stack Overflow #311

Open CridCrud opened 2 years ago

CridCrud commented 2 years ago

this only happens on servers for me at least

seasonedfish commented 2 years ago

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

lu1smgb commented 2 years ago

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.