mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Let's call super too
This commit is contained in:
parent
3437fc98d8
commit
1b4be6135a
1 changed files with 1 additions and 0 deletions
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue