Fabric Shield Lib

Fabric Shield Lib

3M Downloads

Error: class file for net.minecraft.class_6862 not found

PolymorphicAgent opened this issue ยท 1 comments

commented

I am having trouble compiling my mod with this shield library. I get the error during the :compileJava phase:
~/sf/src/main/java/me/soulfruit/RegisterItems.java:74: error: cannot access class_6862 public static final Item MULTI_GEM_SHIELD = new FabricShieldItem(new FabricItemSettings().maxDamage(2500).group(SoulFruit.SOULFRUIT).rarity(Rarity.EPIC), 7, 25, SoulFruit.MULTI_GEM); ^ class file for net.minecraft.class_6862 not found 1 error

commented

I just hadn't updated my minecraft version from 1.18.1 to 1.18.2: I fixed it now.