4 stars 4 forks 4 watchers Java Creative Commons Attribution Share Alike 4.0 International
2 Open Issues Need Help Last updated: Feb 19, 2026

Open Issues Need Help

View All on GitHub

AI Summary: The game crashes when placing a boat due to a conflict in synched entity data IDs between the Maple mod's custom chest boat entity and the vanilla Minecraft boat class. The MapleChestBoatEntity is attempting to register a synched data value that is not defined by the parent Boat class, leading to an IllegalStateException.

Complexity: 2/5
bug good first issue forge

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