mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-10 05:34:54 +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);
|
parent::__construct($id, $meta, $name);
|
||||||
$this->isLiquid = true;
|
$this->isLiquid = true;
|
||||||
$this->isBreakable = false;
|
$this->isBreakable = false;
|
||||||
|
$this->isReplaceable = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user