Let blast resistance be computed from hardness for flowable blocks

fixes several flowable blocks apparently not having any resistance to explosions
This commit is contained in:
Dylan K. Taylor 2017-10-19 11:50:21 +01:00
parent 2a1a17aa7a
commit 55de75b914

View File

@ -35,10 +35,6 @@ abstract class Flowable extends Transparent{
return 0;
}
public function getBlastResistance() : float{
return 0;
}
public function isSolid() : bool{
return false;
}