diff --git a/changelogs/4.0-snapshot.md b/changelogs/4.0-snapshot.md index c0b256807..5fed11267 100644 --- a/changelogs/4.0-snapshot.md +++ b/changelogs/4.0-snapshot.md @@ -62,6 +62,7 @@ This version features substantial changes to the network system, improving coher ### 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. +- Blocks now contain their positions instead of extending `Position`. `Block->getPos()` has been added. - Blocks with IDs >= 256 are now supported. - Block state and variant metadata have been separated. - Variant is considered an extension of ID and is immutable.