Admiral_Damage

Untitled

Mar 15th, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.22 KB | None | 0 0
  1.     @Override
  2.     protected void writeEntityToNBT(NBTTagCompound tagCompound) {
  3.         super.writeToNBT(tagCompound);
  4.  
  5.         tagCompound.setInteger("CrystalWidth", this.scalew);
  6.         tagCompound.setInteger("CrystalHeight", this.scaleh);
  7.  
  8.     }
Advertisement
Add Comment
Please, Sign In to add comment