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;