Remove Chest TileEntities on break

This commit is contained in:
Shoghi Cervantes Pueyo
2013-02-27 19:32:59 +01:00
parent 69a1c97a36
commit ccd1231d42
5 changed files with 70 additions and 5 deletions

View File

@ -25,7 +25,7 @@ the Free Software Foundation, either version 3 of the License, or
*/
class ChestBlock extends SolidBlock{
class ChestBlock extends ContainerBlock{
public function __construct($meta = 0){
parent::__construct(CHEST, $meta, "Chest");
$this->isActivable = true;