mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 04:00:29 +00:00
Fixed #956 BEETROOT_BLOCK typo
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
class BeetrootBlock extends FlowableBlock{
|
||||
public function __construct($meta = 0){
|
||||
parent::__construct(BETROOT_BLOCK, $meta, "Beetroot Block");
|
||||
parent::__construct(BEETROOT_BLOCK, $meta, "Beetroot Block");
|
||||
$this->isActivable = true;
|
||||
$this->hardness = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user