1.14.4 support
This commit is contained in:
committed by
Andrew Steinborn
parent
d1736bf94c
commit
5d37a7f96e
@@ -42,7 +42,7 @@ Velocity is currently in beta. Production networks are successfully running
|
|||||||
Velocity with many hundreds of concurrent players online, but your mileage
|
Velocity with many hundreds of concurrent players online, but your mileage
|
||||||
may vary.
|
may vary.
|
||||||
|
|
||||||
Velocity supports Minecraft 1.8-1.14.3. Velocity is best supported with Paper
|
Velocity supports Minecraft 1.8-1.14.4. Velocity is best supported with Paper
|
||||||
and SpongeVanilla. Minecraft Forge is fully supported but mod compatibility
|
and SpongeVanilla. Minecraft Forge is fully supported but mod compatibility
|
||||||
may vary. Generally, Velocity will support many mods better than BungeeCord
|
may vary. Generally, Velocity will support many mods better than BungeeCord
|
||||||
or Waterfall do but compatibility can not always be ensured.
|
or Waterfall do but compatibility can not always be ensured.
|
||||||
|
@@ -30,7 +30,8 @@ public enum ProtocolVersion {
|
|||||||
MINECRAFT_1_14(477, "1.14"),
|
MINECRAFT_1_14(477, "1.14"),
|
||||||
MINECRAFT_1_14_1(480, "1.14.1"),
|
MINECRAFT_1_14_1(480, "1.14.1"),
|
||||||
MINECRAFT_1_14_2(485, "1.14.2"),
|
MINECRAFT_1_14_2(485, "1.14.2"),
|
||||||
MINECRAFT_1_14_3(490, "1.14.3");
|
MINECRAFT_1_14_3(490, "1.14.3"),
|
||||||
|
MINECRAFT_1_14_4(498, "1.14.4");
|
||||||
|
|
||||||
private final int protocol;
|
private final int protocol;
|
||||||
private final String name;
|
private final String name;
|
||||||
|
Reference in New Issue
Block a user