@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
33 lines • 1.04 kB
JSON
{
"title": "Open doors annotation",
"note": "Requires the entity's `navigation` component to have the parameter `can_open_doors` set to `true`.",
"description": "Allows the entity to open doors.",
"samples": {
"/vanilla/behavior_pack/entities/piglin_brute.json": [
{
"path": "/minecraft:entity/components/minecraft:annotation.open_door/",
"content": {}
}
],
"/vanilla/behavior_pack/entities/piglin.json": [
{
"path": "/minecraft:entity/components/minecraft:annotation.open_door/",
"content": {}
}
],
"/vanilla/behavior_pack/entities/villager_v2.json": [
{
"path": "/minecraft:entity/components/minecraft:annotation.open_door/",
"content": {}
}
],
"/vanilla/behavior_pack/entities/villager.json": [
{
"path": "/minecraft:entity/components/minecraft:annotation.open_door/",
"content": {}
}
]
},
"id": "minecraft:annotation.open_door",
"fields": []
}