chore: 1.21-pre2

This commit is contained in:
mworzala 2024-06-02 07:47:53 -04:00 committed by Matt Worzala
parent 141a251c1b
commit df14b504f0
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ metadata.format.version = "1.1"
[versions]
# Important dependencies
data = "1.21-pre1-dev"
data = "1.21-pre2-dev"
adventure = "4.17.0"
jetbrainsAnnotations = "23.0.0"
slf4j = "2.0.7"

View File

@ -4,13 +4,13 @@ package net.minestom.server;
* AUTOGENERATED by ConstantsGenerator
*/
interface MinecraftConstants {
String VERSION_NAME = "1.21 Pre-Release 1";
String VERSION_NAME = "1.21 Pre-Release 2";
int PROTOCOL_VERSION = 1073742023;
int PROTOCOL_VERSION = 1073742024;
int DATA_VERSION = 3948;
int DATA_VERSION = 3949;
int RESOURCE_PACK_VERSION = 34;
int DATA_PACK_VERSION = 46;
int DATA_PACK_VERSION = 47;
}