Entity Documentation - minecraft:scale_by_age

minecraft:scale_by_age defines the entity's size interpolation based on the entity's age.

Parameters

Name Default Value Type Description
end_scale 1 Decimal Ending scale of the entity when it's fully grown.
start_scale 1 Decimal Initial scale of the newborn entity.

Example

"minecraft:scale_by_age":{
    "end_scale": 1.0,
    "start_scale": 1.0
}

Vanilla entities examples

horse

"minecraft:scale_by_age": {
    "start_scale": 0.5,
    "end_scale": 1.0
}

Vanilla entities using minecraft:scale_by_age