mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-06 16:37:38 +01:00
Initial commit changing the protocol version
This commit is contained in:
parent
52d0ef7f53
commit
191e97b186
@ -68,8 +68,8 @@ public final class MinecraftServer {
|
|||||||
|
|
||||||
public final static Logger LOGGER = LoggerFactory.getLogger(MinecraftServer.class);
|
public final static Logger LOGGER = LoggerFactory.getLogger(MinecraftServer.class);
|
||||||
|
|
||||||
public static final String VERSION_NAME = "1.16.5";
|
public static final String VERSION_NAME = "1.17 Pre-Release 1";
|
||||||
public static final int PROTOCOL_VERSION = 754;
|
public static final int PROTOCOL_VERSION = 1073741853;
|
||||||
|
|
||||||
// Threads
|
// Threads
|
||||||
public static final String THREAD_NAME_BENCHMARK = "Ms-Benchmark";
|
public static final String THREAD_NAME_BENCHMARK = "Ms-Benchmark";
|
||||||
|
Loading…
Reference in New Issue
Block a user