mirror of
https://github.com/Minestom/Minestom.git
synced 2025-02-11 01:41:47 +01:00
chore: 1.21-pre2
This commit is contained in:
parent
141a251c1b
commit
df14b504f0
@ -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"
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user