Decouple beacon beam data handling from render handling, send beacon beams to clients

This commit is contained in:
s809
2024-10-05 14:03:02 +05:00
parent 0b49d1a007
commit c1a405b755
14 changed files with 297 additions and 155 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 = 4;
public static final int PROTOCOL_VERSION = 5;
public static final String WRAPPER_PACKET_PATH = "message";
/** The internal mod name */