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