@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
28 lines • 932 B
JSON
{
"fields": [],
"description": "Sets that this entity is an Illager Captain.",
"title": "Is Illager Captain",
"samples": {
"/vanilla/behavior_pack/entities/pillager.json": [
{
"path": "/minecraft:entity/component_groups/minecraft:illager_squad_captain/minecraft:is_illager_captain/",
"content": {}
},
{
"path": "/minecraft:entity/component_groups/minecraft:patrol_captain/minecraft:is_illager_captain/",
"content": {}
}
],
"/vanilla/behavior_pack/entities/vindicator.json": [
{
"path": "/minecraft:entity/component_groups/minecraft:illager_squad_captain/minecraft:is_illager_captain/",
"content": {}
},
{
"path": "/minecraft:entity/component_groups/minecraft:patrol_captain/minecraft:is_illager_captain/",
"content": {}
}
]
},
"id": "minecraft:is_illager_captain"
}