This commit is contained in:
Dylan K. Taylor 2022-01-31 02:30:54 +00:00
parent 710201fd51
commit d03f4d76a2
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -56,6 +56,7 @@ final class BlockStateDeserializer{
}
$this->deserializeFuncs[$id] = $c;
}
public function __construct(){
$this->map(Ids::ACACIA_BUTTON, fn(BlockStateReader $in) => Helper::decodeButton(VanillaBlocks::ACACIA_BUTTON(), $in));
$this->map(Ids::ACACIA_DOOR, fn(BlockStateReader $in) => Helper::decodeDoor(VanillaBlocks::ACACIA_DOOR(), $in));