@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
22 lines • 558 B
JSON
{
"fields": [
{
"id": "max_turn",
"title": "Max Turn",
"description": "The maximum number in degrees the mob can turn per tick.",
"defaultValue": 30,
"dataType": 3
}
],
"description": "This move control causes the mob to hop as it moves.",
"title": "Skip Movement",
"samples": {
"/vanilla/behavior_pack/entities/rabbit.json": [
{
"path": "/minecraft:entity/components/minecraft:movement.skip/",
"content": {}
}
]
},
"id": "minecraft:movement.skip"
}