Merge branch '1.19' into breedable-moths

This commit is contained in:
Frank 2022-11-18 19:55:10 +01:00 committed by GitHub
commit ad609a21af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 622 additions and 140 deletions

View file

@ -162,7 +162,7 @@ public class SilkMothEntity extends Animal implements FlyingAnimal {
@Override
public AgeableMob getBreedOffspring(ServerLevel world, AgeableMob entity) {
return SILK_MOTH.create(world);
return EndEntities.SILK_MOTH.type().create(world);
}
@Override