mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
Snow Layer is now replaceable and flowable
This commit is contained in:
parent
23dc1033d5
commit
67925b7df2
@ -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){
|
public function __construct($meta = 0){
|
||||||
parent::__construct(SNOW_LAYER, $meta, "Snow");
|
parent::__construct(SNOW_LAYER, $meta, "Snow Layer");
|
||||||
|
$this->isReplaceable = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user