mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-08-26 05:04:57 +00:00
Merge 'minor-next' into 'major-next'
Automatic merge performed by: https://github.com/pmmp/RestrictedActions/actions/runs/17027521569
This commit is contained in:
commit
237b304ef9
@ -1173,7 +1173,6 @@ final class BlockStateToObjectDeserializer implements BlockStateDeserializer{
|
|||||||
|
|
||||||
return $block;
|
return $block;
|
||||||
});
|
});
|
||||||
$this->map(Ids::CHISELED_COPPER, fn() => Helper::decodeCopper(Blocks::CHISELED_COPPER(), CopperOxidation::NONE));
|
|
||||||
$this->map(Ids::CHISELED_QUARTZ_BLOCK, function(Reader $in) : Block{
|
$this->map(Ids::CHISELED_QUARTZ_BLOCK, function(Reader $in) : Block{
|
||||||
return Blocks::CHISELED_QUARTZ()
|
return Blocks::CHISELED_QUARTZ()
|
||||||
->setAxis($in->readPillarAxis());
|
->setAxis($in->readPillarAxis());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user