Made liquid blocks replaceable

This commit is contained in:
Shoghi Cervantes Pueyo 2013-02-04 17:16:01 +01:00
parent 3519cb230c
commit bb27c0623c

View File

@ -30,5 +30,6 @@ class LiquidBlock extends TransparentBlock{
parent::__construct($id, $meta, $name);
$this->isLiquid = true;
$this->isBreakable = false;
$this->isReplaceable = true;
}
}