Sets the entity's visual size.
Scale Properties
| Name | Default Value | Type | Description | Example Values |
|---|---|---|---|---|
| value | 1 | Decimal number | The value of the scale. 1.0 means the entity will appear at the scale they are defined in their model. Higher numbers make the entity bigger. | Sheepomelon: 0.5, Nardolphle: 0.16, Eliza: 0.4, 0.8 |
Samples
Sheepomelon
"minecraft:scale": {
"value": 0.5
}
Nardolphle
"minecraft:scale": {
"value": 0.16
}
Eliza
At /minecraft:entity/component_groups/mike_eliz:eliza_baby/minecraft:scale/:
"minecraft:scale": {
"value": 0.4
}
At /minecraft:entity/component_groups/mike_eliz:eliza_adult/minecraft:scale/:
"minecraft:scale": {
"value": 0.8
}
Gray Zombie Leader
"minecraft:scale": {
"value": 1.3
}