mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
Added all block hardness
This commit is contained in:
@ -34,11 +34,11 @@ class Trapdoor extends Transparent{
|
||||
}
|
||||
|
||||
public function getName(){
|
||||
return "Trapdoor";
|
||||
return "Wooden Trapdoor";
|
||||
}
|
||||
|
||||
public function getHardness(){
|
||||
return 15;
|
||||
return 3;
|
||||
}
|
||||
|
||||
public function canBeActivated(){
|
||||
|
Reference in New Issue
Block a user