Save block bounding boxes, improves block cache

This commit is contained in:
Shoghi Cervantes
2014-10-13 18:38:00 +02:00
parent 5448a48f67
commit 1eec333501
24 changed files with 113 additions and 39 deletions

View File

@ -27,8 +27,4 @@ class StillLava extends Lava{
$this->hardness = 500;
}
public function getBoundingBox(){
return null;
}
}