Entity Documentation - minecraft:scale

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. Armadillo: 0.6, Axolotl: 0.5, Camel: 0.45

Samples

Armadillo

"minecraft:scale": {
  "value": 0.6
}

Axolotl

"minecraft:scale": {
  "value": 0.5
}

Camel

"minecraft:scale": {
  "value": 0.45
}

Cat

At /minecraft:entity/component_groups/minecraft:cat_baby/minecraft:scale/:

"minecraft:scale": {
  "value": 0.4
}

At /minecraft:entity/component_groups/minecraft:cat_adult/minecraft:scale/:

"minecraft:scale": {
  "value": 0.8
}

Dolphin

"minecraft:scale": {
  "value": 0.65
}

Fish

"minecraft:scale": {
  "value": 1
}

Happy Ghast

"minecraft:scale": {
  "value": 0.2375
}

Pufferfish

"minecraft:scale": {
  "value": 1.2
}

Salmon

At /minecraft:entity/component_groups/scale_large/minecraft:scale/:

"minecraft:scale": {
  "value": 1.5
}

Tropicalfish

"minecraft:scale": {
  "value": 1.3
}

Turtle

"minecraft:scale": {
  "value": 0.16
}