Changes for 1.20.40

This commit is contained in:
Dylan K. Taylor
2023-10-26 12:32:59 +01:00
parent 9fcc9f4338
commit 53a740433f
7 changed files with 37 additions and 37 deletions

View File

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