@Override
 public void readFromNBT(NBTTagCompound tag) {
   super.readFromNBT(tag);
   inventory.readFromNBT(tag.getCompoundTag("inventory"));
 }