Add support for Minecraft 26.1

- Since Dynmap has not yet been updated to be compatible with Minecraft 26.1, the compatibility Mixins for Dynmap are currently not enabled for this version.
This commit is contained in:
CPTProgrammer
2026-04-18 06:17:23 +08:00
parent edaf3115bb
commit 43e582fbe6
4 changed files with 48 additions and 4 deletions
@@ -34,6 +34,10 @@ import static cn.revaria.chatplus.util.TextStyleFormatter.applyStyle;
"org.dynmap.fabric_1_21_9_10.DynmapPlugin$ChatHandler",
"org.dynmap.fabric_1_21_11.DynmapPlugin$ChatHandler",
}
#elif MC_VER <= MC_26_1
// TODO: Since Dynmap has not yet been updated to be compatible with Minecraft 26.1,
// the compatibility Mixins for Dynmap are currently not enabled for this version.
{}
#endif
)
public abstract class DynmapMixin {