Item: Removed now-obsolete Cake class

>> As of 1.2, cake has a max stack size of 64, making this class redundant as its only purpose was to declare a stack size of 1.
This commit is contained in:
Dylan K. Taylor
2018-01-25 10:09:09 +00:00
parent 6c71b443e8
commit 3842ee15cf
3 changed files with 2 additions and 40 deletions

View File

@ -45,7 +45,7 @@ class Cake extends Transparent implements FoodSource{
}
public function getName() : string{
return "Cake Block";
return "Cake";
}
protected function recalculateBoundingBox() : ?AxisAlignedBB{