UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

38 lines 1.12 kB
{ "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, "samples": { "/vanilla/behavior_pack/entities/ender_dragon.json": [ { "path": "/minecraft:entity/component_groups/dragon_sitting/minecraft:behavior.dragonscanning/", "content": 2 } ] } } ], "restrictions": [ { "id": "minecraft:ender_dragon", "type": "entity_type" } ], "description": "Allows the dragon to look around for a player to attack while in perch mode.", "title": "Dragonscanning Behavior", "samples": { "/vanilla/behavior_pack/entities/ender_dragon.json": [ { "path": "/minecraft:entity/component_groups/dragon_sitting/minecraft:behavior.dragonscanning/", "content": { "priority": 2 } } ] }, "id": "minecraft:behavior.dragonscanning" }