public void writeToNBT(NBTTagCompound nbttagcompound) {
   super.writeToNBT(nbttagcompound);
   nbttagcompound.setShort("heat", heat);
   nbttagcompound.setShort("fuel", (short) fuel);
   nbttagcompound.setShort("fueltype", fueltype);
   nbttagcompound.setShort("energy", energy);
   nbttagcompound.setInteger("bred", bred);
 }