diff --git a/src/main/java/com/legacy/aether/entities/passive/EntityAerwhale.java b/src/main/java/com/legacy/aether/entities/passive/EntityAerwhale.java index 7ecc4dc..ca5931f 100644 --- a/src/main/java/com/legacy/aether/entities/passive/EntityAerwhale.java +++ b/src/main/java/com/legacy/aether/entities/passive/EntityAerwhale.java @@ -17,7 +17,7 @@ import net.minecraft.world.World; import com.legacy.aether.blocks.BlocksAether; import com.legacy.aether.entities.ai.EntityAIUpdateState; -public class EntityAerwhale extends EntityFlying implements IMob { +public class EntityAerwhale extends EntityFlying { private double motionYaw;