diff options
author | Persson-dev <sim16.prib@gmail.com> | 2022-04-21 13:27:45 +0200 |
---|---|---|
committer | Alexander Harkness <me@bearbin.net> | 2022-04-21 20:57:55 +0200 |
commit | 9c42d09ff890fb5f6f5eeab0714b0ed7ce515d06 (patch) | |
tree | 8b0c8a04cfcf089bf8491f427a6eac03216f2c11 /src/Protocol/Protocol.h | |
parent | Implement farmland trampling (#5401) (diff) | |
download | cuberite-9c42d09ff890fb5f6f5eeab0714b0ed7ce515d06.tar cuberite-9c42d09ff890fb5f6f5eeab0714b0ed7ce515d06.tar.gz cuberite-9c42d09ff890fb5f6f5eeab0714b0ed7ce515d06.tar.bz2 cuberite-9c42d09ff890fb5f6f5eeab0714b0ed7ce515d06.tar.lz cuberite-9c42d09ff890fb5f6f5eeab0714b0ed7ce515d06.tar.xz cuberite-9c42d09ff890fb5f6f5eeab0714b0ed7ce515d06.tar.zst cuberite-9c42d09ff890fb5f6f5eeab0714b0ed7ce515d06.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Protocol/Protocol.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Protocol/Protocol.h b/src/Protocol/Protocol.h index 6b6a3b1d8..6bec7d944 100644 --- a/src/Protocol/Protocol.h +++ b/src/Protocol/Protocol.h @@ -346,7 +346,11 @@ public: v1_13 = 393, v1_13_1 = 401, v1_13_2 = 404, // TODO: this constant should be in WebServer - v1_14 = 477 + v1_14 = 477, + v1_14_1 = 480, + v1_14_2 = 485, + v1_14_3 = 490, + v1_14_4 = 498 }; enum State |