@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
44 lines • 1.38 kB
JSON
{
"fields": [],
"description": "Sets that this entity is currently saddled.",
"title": "Is Saddled",
"samples": {
"/vanilla/behavior_pack/entities/camel.json": [
{
"path": "/minecraft:entity/component_groups/minecraft:camel_saddled/minecraft:is_saddled/",
"content": {}
}
],
"/vanilla/behavior_pack/entities/donkey.json": [
{
"path": "/minecraft:entity/component_groups/minecraft:donkey_saddled/minecraft:is_saddled/",
"content": {}
}
],
"/vanilla/behavior_pack/entities/horse.json": [
{
"path": "/minecraft:entity/component_groups/minecraft:horse_saddled/minecraft:is_saddled/",
"content": {}
}
],
"/vanilla/behavior_pack/entities/mule.json": [
{
"path": "/minecraft:entity/component_groups/minecraft:mule_saddled/minecraft:is_saddled/",
"content": {}
}
],
"/vanilla/behavior_pack/entities/pig.json": [
{
"path": "/minecraft:entity/component_groups/minecraft:pig_saddled/minecraft:is_saddled/",
"content": {}
}
],
"/vanilla/behavior_pack/entities/strider.json": [
{
"path": "/minecraft:entity/component_groups/minecraft:strider_saddled/minecraft:is_saddled/",
"content": {}
}
]
},
"id": "minecraft:is_saddled"
}