diff --git a/src/classes/material/block/LiquidBlock.php b/src/classes/material/block/LiquidBlock.php index f11bbcf2b..8766d63de 100644 --- a/src/classes/material/block/LiquidBlock.php +++ b/src/classes/material/block/LiquidBlock.php @@ -30,5 +30,6 @@ class LiquidBlock extends TransparentBlock{ parent::__construct($id, $meta, $name); $this->isLiquid = true; $this->isBreakable = false; + $this->isReplaceable = true; } } \ No newline at end of file