Updated for 1.20.30 release

This commit is contained in:
Dylan K. Taylor
2023-09-20 18:33:07 +01:00
parent efafc2c6ca
commit 6553852d99
16 changed files with 319 additions and 127 deletions

View File

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