@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
30 lines • 846 B
JSON
{
"fields": [
{
"id": "priority",
"title": "Priority",
"hideSamples": true,
"description": "As priority approaches 0, the priority is increased. The higher the priority, the sooner this behavior will be executed as a goal.",
"dataType": 0
}
],
"restrictions": [
{
"id": "minecraft:ender_dragon",
"type": "entity_type"
}
],
"description": "Allows the Dragon to stop flying and transition into perching mode.",
"title": "Dragonlanding Behavior",
"samples": {
"/vanilla/behavior_pack/entities/ender_dragon.json": [
{
"path": "/minecraft:entity/component_groups/dragon_sitting/minecraft:behavior.dragonlanding/",
"content": {
"priority": 0
}
}
]
},
"id": "minecraft:behavior.dragonlanding"
}