@Override
 public void writeToNBT(NBTTagCompound tag) {
   super.writeToNBT(tag);
   tag.setTag("items", InventoryUtil.writeInventoryToNBT(this));
 }