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