mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Made liquid blocks replaceable
This commit is contained in:
@ -30,5 +30,6 @@ class LiquidBlock extends TransparentBlock{
|
|||||||
parent::__construct($id, $meta, $name);
|
parent::__construct($id, $meta, $name);
|
||||||
$this->isLiquid = true;
|
$this->isLiquid = true;
|
||||||
$this->isBreakable = false;
|
$this->isBreakable = false;
|
||||||
|
$this->isReplaceable = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user