
ZenithAttributes 0.2.2 crashes when using AllStats inlay gems.
AluLescano opened this issue ยท 1 comments
Hello! I was trying to inlay the Perfect Gem of the Royal Family into a helmet for the 20% All Stats bonus, and the game crashes before I can even grab the item from the Smithing Table.
I took the time to export the .jar file and checked which dependency was giving the
"java.lang.NoSuchMethodError: 'dev.shadowsoffire.attributeslib.util.AttributeInfo dev.shadowsoffire.attributeslib.AttributesLib.getAttrInfo(net.minecraft.class_1320)'"
And turns out that, from version 0.2.1 to 0.2.2 you're missing the AttributesInfo.class file.
This is a small image but between the 0.2.1 (Right) and 0.2.2 (Left) versions, the folder \zenith_attributes-0.2.X\dev\shadowsoffire\attributeslib\util is missing said file.
I 'fixed' the error by downgrading into 0.2.1 and I no longer have said issue.