Patchouli (Fabric/Quilt)

Patchouli (Fabric/Quilt)

25M Downloads

Patchouli Issue: No Such Method

alexklann opened this issue ยท 1 comments

commented

When using Patchouli with MCreator in a dev environment, I get the following issue.

java.lang.NoSuchMethodError: net.minecraft.item.Item$Properties.func_200917_a(I)Lnet/minecraft/item/Item$Properties;

Full traceback:
crash-2021-09-18_15.36.40-fml.txt

commented

Are you trying to somehow run it by just putting the mod into the mods folder? Because that's not gonna work, dev environments use different mappings at runtime.

Edit your buildscript to add the dependency using fg.deobf instead.