Darkhax-Minecraft / Enchantment-Descriptions

Displays descriptions about an enchantment on the tooltip.
93 stars 46 forks source link

Outdated Method Name #180

Closed Kapitencraft closed 1 year ago

Kapitencraft commented 1 year ago

java.lang.NoSuchMethodError: 'boolean net.minecraft.world.item.ItemStack.m41619()' in EnchDescCommon line 33;

Darkhax commented 1 year ago

Please include your full log file.

Kapitencraft commented 1 year ago

crash-2023-01-28_03.11.40-client.txt There you go

Darkhax commented 1 year ago

When opening development related issue reports you should state that you are in a development environment in the issue. This will make things a lot clearer and save time with debugging your issues. Your errors here are related to how you are defining dependencies in the build.gradle file. You need to use fg.deobf for all mods, like I showed on the Bookshelf issue.