[Fabric] Moonlight lib crashes while generating world on SMP at fluid mixin transformation
fuzzyweapon opened this issue ยท 7 comments
This happened while generating the world for the first time on SMP. There are a lot of mods in this modpack so I'm going to try and generate a cleaner/more isolated repro, but just wanted to get this in. This is not occurring with the same seed in client single player.
running moonlight 1.19.2-2.2.0 with Minecraft 1.19.2 + Fabric Loader 0.14.12
& level-seed=8201860340638529
in server.properties
[20:16:13] [Server thread/WARN]: Error loading class: net/fabricmc/fabric/api/client/render/fluid/v1/FluidRenderHandlerRegistry (java.lang.RuntimeException: Cannot load class net.fabricmc.fabric.api.client.render.fluid.v1.FluidRenderHandlerRegistry in environment type SERVER)
[20:16:13] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.RuntimeException: Mixin transformation of net.mehvahdjukaar.moonlight.api.fluids.ModFlowingFluid failed
@MehVahdJukaar Is this still present? Because I ran into it on 1.19.2 still.
It says that a mod called quilt status effect has a mixin which failed to be injected, possibli confincring with another mod. Should have nothing to do with this
The milk issue is gone, but I am seeing something similar to this fluid issue.