diff --git a/src/classes/material/block/solid/SnowLayer.php b/src/classes/material/block/solid/SnowLayer.php index 644c8f7ff..119d5ddc3 100644 --- a/src/classes/material/block/solid/SnowLayer.php +++ b/src/classes/material/block/solid/SnowLayer.php @@ -25,9 +25,10 @@ the Free Software Foundation, either version 3 of the License, or */ -class SnowLayerBlock extends TransparentBlock{ +class SnowLayerBlock extends FlowableBlock{ public function __construct($meta = 0){ - parent::__construct(SNOW_LAYER, $meta, "Snow"); + parent::__construct(SNOW_LAYER, $meta, "Snow Layer"); + $this->isReplaceable = true; } } \ No newline at end of file