Add generation bounds

This commit is contained in:
s809
2025-01-18 16:42:57 +05:00
parent 54a7cbcb84
commit 3d8d8bc0f7
7 changed files with 68 additions and 7 deletions
@@ -31,7 +31,7 @@ public final class ModInfo
public static final String DEDICATED_SERVER_INITIAL_PATH = "dedicated_server_initial";
/** Incremented every time any packets are added, changed or removed, with a few exceptions. */
public static final int PROTOCOL_VERSION = 8;
public static final int PROTOCOL_VERSION = 9;
public static final String WRAPPER_PACKET_PATH = "message";
/** The internal mod name */