1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2026-01-04 15:31:36 +00:00

Let's call super too

This commit is contained in:
Camotoy
2022-12-31 19:44:30 -05:00
parent 3437fc98d8
commit 1b4be6135a

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());
}