Block Attributes
tileEntity
This attribute defines the name of the tile entity that the block is using. The name has to be the one defined for the name attribute of a tile entity.
Examples
tileEntity[0] = "myChest";
tileEntity[15] = "myFurnace";
tileEntity[15] = "myFurnace";