
Error: class file for net.minecraft.class_6862 not found
PolymorphicAgent opened this issue ยท 1 comments
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