Remove some no-longer-needed item classes

This commit is contained in:
Dylan K. Taylor
2017-10-09 12:31:57 +01:00
parent 2be8b576ef
commit 97dbf61236
12 changed files with 11 additions and 290 deletions

View File

@ -48,7 +48,7 @@ class FlowerPot extends Flowable{
}
public function getName() : string{
return "Flower Pot Block";
return "Flower Pot";
}
protected function recalculateBoundingBox(){

View File

@ -37,7 +37,7 @@ class IronDoor extends Door{
}
public function getName() : string{
return "Iron Door Block";
return "Iron Door";
}
public function getToolType() : int{

View File

@ -49,7 +49,7 @@ class Skull extends Flowable{
}
public function getName() : string{
return "Mob Head Block";
return "Mob Head";
}
protected function recalculateBoundingBox(){