Skip to content

Fabric Server won't load #1713

Discussion options

You must be logged in to vote
Caused by: java.lang.NoClassDefFoundError: net/minecraft/class_1921
at com.nhoryzon.mc.farmersdelight.registry.BlocksRegistry.(BlocksRegistry.java:50) ~[farmers-delight-fabric-1.16.5-0.0.3.jar:?]
at com.nhoryzon.mc.farmersdelight.FarmersDelightMod.onInitialize(FarmersDelightMod.java:68) ~[farmers-delight-fabric-1.16.5-0.0.3.jar:?]

This is a bug in the farmers delight mod.

It is trying to load a class that is only available on the client:

net/minecraft/client/render/RenderLayer.mapping:CLASS net/minecraft/class_1921 net/minecraft/client/render/RenderLayer

It should be doing this in an onInitializeClient entrypoint, instead it is doing it in its common (server and client) intialisation pr…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by liavasulin136
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants