Let's call super too

This commit is contained in:
Camotoy 2022-12-31 19:44:30 -05:00
parent 3437fc98d8
commit 1b4be6135a
No known key found for this signature in database
GPG Key ID: 7EEFB66FE798081F
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ public class AgeableEntity extends CreatureEntity {
@Override
protected void initializeMetadata() {
super.initializeMetadata();
// Required as of 1.19.3 Java
dirtyMetadata.put(EntityData.SCALE, getAdultSize());
}