Added cherry leaves

This commit is contained in:
Dylan K. Taylor
2023-06-10 13:21:21 +01:00
parent 3800c0480f
commit 1533dc4e56
7 changed files with 9 additions and 2 deletions

View File

@ -454,6 +454,7 @@ final class BlockStateToObjectDeserializer implements BlockStateDeserializer{
//flattened IDs
$this->map(Ids::AZALEA_LEAVES, fn(Reader $in) => Helper::decodeLeaves(Blocks::AZALEA_LEAVES(), $in));
$this->map(Ids::AZALEA_LEAVES_FLOWERED, fn(Reader $in) => Helper::decodeLeaves(Blocks::FLOWERING_AZALEA_LEAVES(), $in));
$this->map(Ids::CHERRY_LEAVES, fn(Reader $in) => Helper::decodeLeaves(Blocks::CHERRY_LEAVES(), $in));
$this->map(Ids::MANGROVE_LEAVES, fn(Reader $in) => Helper::decodeLeaves(Blocks::MANGROVE_LEAVES(), $in));
//legacy mess