Disabling end entities fix.
This commit is contained in:
parent
ac96841372
commit
2218be75a9
7 changed files with 27 additions and 27 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue