[ci skip] update changelog

This commit is contained in:
Dylan K. Taylor 2019-08-05 17:15:10 +01:00
parent 53ab860db5
commit 927e05d038

View File

@ -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.