mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-25 20:33:59 +00:00
[ci skip] update changelog
This commit is contained in:
parent
53ab860db5
commit
927e05d038
@ -62,6 +62,7 @@ This version features substantial changes to the network system, improving coher
|
|||||||
|
|
||||||
### Block
|
### Block
|
||||||
- A new `VanillaBlocks` class has been added, which contains static methods for creating any currently-known block type. This should be preferred instead of use of `BlockFactory::get()` where constants were used.
|
- A new `VanillaBlocks` class has been added, which contains static methods for creating any currently-known block type. This should be preferred instead of use of `BlockFactory::get()` where constants were used.
|
||||||
|
- Blocks now contain their positions instead of extending `Position`. `Block->getPos()` has been added.
|
||||||
- Blocks with IDs >= 256 are now supported.
|
- Blocks with IDs >= 256 are now supported.
|
||||||
- Block state and variant metadata have been separated.
|
- Block state and variant metadata have been separated.
|
||||||
- Variant is considered an extension of ID and is immutable.
|
- Variant is considered an extension of ID and is immutable.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user