File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
protocolize-api/src/main/java/dev/simplix/protocolize/api/util Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Protocolize is shipped with it's default data module which adds support for the
5656| --| --|
5757| 1.8.x - 1.12.2 | ❌ (Only with [ additional legacy module] ( https://ci.exceptionflug.de/job/Protocolize-Legacy-Data/ ) ) |
5858| 1.13 - 1.13.2 | ✔️ (Sounds only with [ additional legacy module] ( https://ci.exceptionflug.de/job/Protocolize-Legacy-Data/ ) ) |
59- | 1.14 - 1.19.1 | ✔️ |
59+ | 1.14 - 1.19.2 | ✔️ |
6060
6161Implemented packets by default:
6262
Original file line number Diff line number Diff line change @@ -42,9 +42,10 @@ public final class ProtocolVersions {
4242 public final static int MINECRAFT_1_18_2 = 758 ;
4343 public final static int MINECRAFT_1_19 = 759 ;
4444 public final static int MINECRAFT_1_19_1 = 760 ;
45+ public final static int MINECRAFT_1_19_2 = MINECRAFT_1_19_1 ;
4546
4647
47- public final static int MINECRAFT_LATEST = MINECRAFT_1_19_1 ;
48+ public final static int MINECRAFT_LATEST = MINECRAFT_1_19_2 ;
4849
4950 private ProtocolVersions () {
5051 }
You can’t perform that action at this time.
0 commit comments