mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-09 03:06:55 +00:00
Added all block hardness
This commit is contained in:
@ -30,6 +30,10 @@ class QuartzStairs extends Stair{
|
||||
$this->meta = $meta;
|
||||
}
|
||||
|
||||
public function getHardness(){
|
||||
return 0.8;
|
||||
}
|
||||
|
||||
public function getName(){
|
||||
return "Quartz Stairs";
|
||||
}
|
||||
|
Reference in New Issue
Block a user