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

@@ -27,6 +27,7 @@ the Free Software Foundation, either version 3 of the License, or
define("TILE_SIGN", "Sign");
define("TILE_CHEST", "Chest");
class TileEntity extends stdClass{
public $name;