chronosacaria / MCDungeonsArmors

Bringing the armours of Minecraft Dungeons to Minecraft
Other
22 stars 9 forks source link

Error loading class: net/minecraft/class_970 #56

Closed purejosh closed 2 years ago

purejosh commented 2 years ago
[22:59:01] [main/WARN]: Error loading class: net/minecraft/class_970 (java.lang.ClassNotFoundException: net/minecraft/class_970)
[22:59:01] [main/WARN]: @Mixin target net.minecraft.class_970 was not found mcda.mixins.json:ArmorFeatureRendererMixin from mod mcda

Minecraft 1.19.2 with Fabric Loader 0.14.9 mcda 2.1.1

chronosacaria commented 2 years ago

This is just a warning and nothing that the end user needs to be concerned about. Furthermore it was corrected with the following commit which will be part of the next release: https://github.com/chronosacaria/MCDungeonsArmors/commit/d6d2a55fa9e3f30ba3fd8c80c62c2f71b23860be

purejosh commented 2 years ago

Thank you.