13141516171819
public class BlockChest extends BlockContainer { @Override public TileEntity createTileEntity(GlowChunk chunk, int cx, int cy, int cz) { return new TEChest(chunk.getBlock(cx, cy, cz)); }