Fixed #956 BEETROOT_BLOCK typo

This commit is contained in:
Shoghi Cervantes 2013-11-27 12:10:26 +01:00
parent 3337e5980e
commit 0d6ae6067c

View File

@ -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;
}