Changes for 1.20.50

This commit is contained in:
Dylan K. Taylor
2023-12-06 14:29:23 +00:00
parent 15574ec99a
commit 25cca1b63f
11 changed files with 162 additions and 105 deletions

View File

@ -42,8 +42,8 @@ final class BlockStateData{
public const CURRENT_VERSION =
(1 << 24) | //major
(20 << 16) | //minor
(40 << 8) | //patch
(3); //revision
(50 << 8) | //patch
(1); //revision
public const TAG_NAME = "name";
public const TAG_STATES = "states";