Channel name should be 20 chars or shorter for compatibility with old version of Minecraft.

This commit is contained in:
Jim C K Flaten
2026-01-03 23:36:46 +01:00
parent 505dbe2f62
commit 2e906b57c4
@@ -32,7 +32,7 @@ public final class ModInfo
/** Incremented every time any packets are added, changed or removed, with a few exceptions. */
public static final int PROTOCOL_VERSION = 13;
public static final String WRAPPER_PACKET_PATH = "message";
public static final String WRAPPER_PACKET_PATH = "msg";
/** The internal mod name */
public static final String NAME = "DistantHorizons";