This commit is contained in:
Dylan K. Taylor
2023-07-12 13:39:39 +01:00
parent 4daacb2ab7
commit b7210755a7
14 changed files with 180 additions and 72 deletions

View File

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