From c53c9b1793aed7110767031562fd713aa76d70ae Mon Sep 17 00:00:00 2001 From: Electroblob77 <35599699+Electroblob77@users.noreply.github.com> Date: Thu, 24 Sep 2020 18:56:35 +0100 Subject: [PATCH] Fix decay not saving properly --- .../electroblob/wizardry/entity/construct/EntityDecay.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/main/java/electroblob/wizardry/entity/construct/EntityDecay.java b/src/main/java/electroblob/wizardry/entity/construct/EntityDecay.java index 6a35a03e..506276e9 100644 --- a/src/main/java/electroblob/wizardry/entity/construct/EntityDecay.java +++ b/src/main/java/electroblob/wizardry/entity/construct/EntityDecay.java @@ -8,7 +8,6 @@ import electroblob.wizardry.util.EntityUtils; import electroblob.wizardry.util.ParticleBuilder; import electroblob.wizardry.util.ParticleBuilder.Type; import net.minecraft.entity.EntityLivingBase; -import net.minecraft.nbt.NBTTagCompound; import net.minecraft.potion.PotionEffect; import net.minecraft.util.math.MathHelper; import net.minecraft.world.World; @@ -62,11 +61,6 @@ public class EntityDecay extends EntityMagicConstruct { } } - // TESTME: What the heck are these two doing?! (Are they a throwback to when this was not a construct?) - @Override protected void readEntityFromNBT(NBTTagCompound nbttagcompound){} - - @Override protected void writeEntityToNBT(NBTTagCompound nbttagcompound){} - @Override public boolean isInRangeToRenderDist(double distance){ return true;