Merge branch '1.19' into breedable-moths
This commit is contained in:
commit
ad609a21af
28 changed files with 622 additions and 140 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue