diff --git a/src/block/Sign.php b/src/block/Sign.php index 45640e968..2994759dd 100644 --- a/src/block/Sign.php +++ b/src/block/Sign.php @@ -59,11 +59,6 @@ class Sign extends Transparent{ $this->text = new SignText(); } - public function __clone(){ - parent::__clone(); - $this->text = clone $this->text; - } - public function getId() : int{ return $this->facing === Facing::UP ? parent::getId() : $this->idInfo->getSecondId(); } diff --git a/src/item/ItemBlockWallOrFloor.php b/src/item/ItemBlockWallOrFloor.php new file mode 100644 index 000000000..763d60e03 --- /dev/null +++ b/src/item/ItemBlockWallOrFloor.php @@ -0,0 +1,28 @@ +