BlockStateData: fixed outdated version ID

This commit is contained in:
Dylan K. Taylor 2023-04-28 17:23:32 +01:00
parent 869c836e2d
commit ff8301b86c
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -41,8 +41,8 @@ final class BlockStateData{
public const CURRENT_VERSION =
(1 << 24) | //major
(19 << 16) | //minor
(70 << 8) | //patch
(15); //revision
(80 << 8) | //patch
(11); //revision
public const TAG_NAME = "name";
public const TAG_STATES = "states";