mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
BlockStateData: fixed outdated version ID
This commit is contained in:
parent
869c836e2d
commit
ff8301b86c
@ -41,8 +41,8 @@ final class BlockStateData{
|
|||||||
public const CURRENT_VERSION =
|
public const CURRENT_VERSION =
|
||||||
(1 << 24) | //major
|
(1 << 24) | //major
|
||||||
(19 << 16) | //minor
|
(19 << 16) | //minor
|
||||||
(70 << 8) | //patch
|
(80 << 8) | //patch
|
||||||
(15); //revision
|
(11); //revision
|
||||||
|
|
||||||
public const TAG_NAME = "name";
|
public const TAG_NAME = "name";
|
||||||
public const TAG_STATES = "states";
|
public const TAG_STATES = "states";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user