Outvoted is a Minecraft mod that adds in mobs from previous mob votes that weren't able to make it into the game, trying to stay true to the original concepts.
GNU General Public License v3.0
22
stars
10
forks
source link
Fixed MixinTexturedRenderLayers mixin loading error on server side #86
Changed outvoted.mixins.json so that MixinTexturedRenderLayers is a client mixin, avoiding the following error message on fabric server:
[main/WARN]: Error loading class: net/minecraft/class_4722 (java.lang.ClassNotFoundException: net/minecraft/class_4722)
[main/WARN]: @Mixin target net.minecraft.class_4722 was not found outvoted.mixins.json:MixinTexturedRenderLayers
Changed outvoted.mixins.json so that MixinTexturedRenderLayers is a client mixin, avoiding the following error message on fabric server: