diff --git a/core/src/main/java/com/andre601/oneversionremake/core/enums/ProtocolVersion.java b/core/src/main/java/com/andre601/oneversionremake/core/enums/ProtocolVersion.java index 3929f29..5ca9f0a 100644 --- a/core/src/main/java/com/andre601/oneversionremake/core/enums/ProtocolVersion.java +++ b/core/src/main/java/com/andre601/oneversionremake/core/enums/ProtocolVersion.java @@ -23,7 +23,7 @@ import java.util.stream.Collectors; public enum ProtocolVersion{ - MC_1_16_4(754, "1.16.4", "1.16.x"), + MC_1_16_4(754, "1.16.5", "1.16.x"), MC_1_16_3(753, "1.16.3", "1.16.x"), MC_1_16_2(751, "1.16.2", "1.16.x"), MC_1_16_1(736, "1.16.1", "1.16.x"), diff --git a/wiki/Supported-Protocols.md b/wiki/Supported-Protocols.md index e7742ac..912c2fb 100644 --- a/wiki/Supported-Protocols.md +++ b/wiki/Supported-Protocols.md @@ -5,7 +5,7 @@ The following list contains all supported protocols and what version String is r | Protocol: | Displayed version: | |:---------:|:------------------:| -| 754 | 1.16.4 | +| 754 | 1.16.5 | | 753 | 1.16.3 | | 751 | 1.16.2 | | 736 | 1.16.1 |