Ejemplo n.º 1
0
 public void writeToNBT(NBTTagCompound nbttagcompound) {
   super.writeToNBT(nbttagcompound);
   nbttagcompound.setShort("fuel", fuel);
   nbttagcompound.setShort("fuelGague", fuelGague);
 }