SnowLayer: fixed 8x layers being replaceable

this also fixes some placement bugs.
This commit is contained in:
Dylan K. Taylor 2019-02-20 16:29:34 +00:00
parent 5fac5c7281
commit e93464f318

View File

@ -65,7 +65,7 @@ class SnowLayer extends Flowable implements Fallable{
}
public function canBeReplaced() : bool{
return true;
return $this->layers < 8;
}
public function getHardness() : float{