Disabling end entities fix.

This commit is contained in:
Necrontyr 2022-11-02 01:40:09 +01:00
parent ac96841372
commit 2218be75a9
7 changed files with 27 additions and 27 deletions

View file

@ -209,6 +209,6 @@ public class DragonflyEntity extends DespawnableAnimal implements FlyingAnimal {
@Override
public AgeableMob getBreedOffspring(ServerLevel world, AgeableMob entity) {
return EndEntities.DRAGONFLY.create(world);
return EndEntities.DRAGONFLY.type().create(world);
}
}