@Override
 public void readFromNBT(NBTTagCompound tagCompound) {
   super.readFromNBT(tagCompound);
   inventory.readFromNBT(tagCompound);
   energy.readFromNBT(tagCompound);
   crafter.readFromNBT(tagCompound);
 }