mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-04 17:20:02 +00:00
BlockStateData: add a note about CURRENT_VERSION
this is not the same as current game version, as the revision is determined by some Mojang internal factors.
This commit is contained in:
parent
616f96a703
commit
85606925a1
@ -38,6 +38,9 @@ use function implode;
|
|||||||
final class BlockStateData{
|
final class BlockStateData{
|
||||||
/**
|
/**
|
||||||
* Bedrock version of the most recent backwards-incompatible change to blockstates.
|
* Bedrock version of the most recent backwards-incompatible change to blockstates.
|
||||||
|
*
|
||||||
|
* This is *not* the same as current game version. It should match the numbers in the
|
||||||
|
* newest blockstate upgrade schema used in BedrockBlockUpgradeSchema.
|
||||||
*/
|
*/
|
||||||
public const CURRENT_VERSION =
|
public const CURRENT_VERSION =
|
||||||
(1 << 24) | //major
|
(1 << 24) | //major
|
||||||
|
Loading…
x
Reference in New Issue
Block a user