Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @Override
- protected void writeEntityToNBT(NBTTagCompound tagCompound) {
- super.writeToNBT(tagCompound);
- tagCompound.setInteger("CrystalWidth", this.scalew);
- tagCompound.setInteger("CrystalHeight", this.scaleh);
- }
Advertisement
Add Comment
Please, Sign In to add comment