1 Open Issue Need Help Last updated: Jun 25, 2025

Open Issues Need Help

View All on GitHub

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