Tutorials & Docs
The following is an incomplete list of JSON commands and their functions.
| Name | Function | Code |
|---|---|---|
| is_baby | This command is used for component groups which reflect baby variants. | "minecraft:is_baby": { } |
| scale | This command is used to rescale a component group's model, such as babies. | "minecraft:scale": {"value": X} |
| movement | This command is used to set a component group's movement speed. | "minecraft:movement": { "value": X} |
| equipment | This command is used to set a component group's held weapon or armor, such as skeletons. | "minecraft:equipment": { "table": "loot_tables/entities/X.json"} |