Mod tries to load class LocalPlayer on start of the server
Deimoz opened this issue ยท 1 comments
Hello, maybe it's my problem but if I get it right due to logs Ars Nouveau tries to load class that server can't provide (because it's looks like this class should be only for client. Sorry, I don't know much about minecraft code)
Trying to start it on Aternos, here are logs:
[10Jul2022 21:17:14.752] [main/FATAL] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/player/LocalPlayer for invalid dist DEDICATED_SERVER
[10Jul2022 21:17:14.753] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/player/LocalPlayer (java.lang.RuntimeException: Attempted to load class net/minecraft/client/player/LocalPlayer for invalid dist DEDICATED_SERVER)
[10Jul2022 21:17:14.753] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.player.LocalPlayer was not found ars_nouveau.mixins.json:elytra.ClientElytraMixin
I will appreciate if you help me with this.
Using 2.5.0 version for 1.18.2 on 40.1.0 forge (same on 2.6.4)