Open Issues Need Help
View All on GitHub Maple causing server to be unable to load. 2 months ago
AI Summary: The Maple mod for Minecraft 1.21.4 is causing server crashes due to a `NoClassDefFoundError` for `net.minecraft.class_897`, a client-side class. The task is to debug the Maple mod's code (specifically line 51 of Maple.java) to prevent it from attempting to load client-side classes on the server. This likely involves refactoring the code to use server-side equivalents or conditional checks to only load the relevant code on the client.
Complexity:
4/5
bug good first issue