mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 04:00:29 +00:00
Revert back to separated floor/wall sign
the conditionally useless properties are problematic.
This commit is contained in:
@@ -32,7 +32,7 @@ final class Bamboo extends Item{
|
||||
return 50;
|
||||
}
|
||||
|
||||
public function getBlock() : Block{
|
||||
public function getBlock(?int $clickedFace = null) : Block{
|
||||
return VanillaBlocks::BAMBOO_SAPLING();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user