public void readFromNBT(NBTTagCompound compound) {
   InventoryUtil.readInventoryFromCompound(compound, this);
 }