@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
44 lines • 1.26 kB
JSON
{
"fields": [],
"description": "Marks the entity as being able to fly, the pathfinder won't be restricted to paths where a solid block is required underneath it.",
"title": "Can Fly",
"samples": {
"/vanilla/behavior_pack/entities/allay.json": [
{
"path": "/minecraft:entity/components/minecraft:can_fly/",
"content": {}
}
],
"/vanilla/behavior_pack/entities/bat.json": [
{
"path": "/minecraft:entity/components/minecraft:can_fly/",
"content": {}
}
],
"/vanilla/behavior_pack/entities/bee.json": [
{
"path": "/minecraft:entity/components/minecraft:can_fly/",
"content": {}
}
],
"/vanilla/behavior_pack/entities/ghast.json": [
{
"path": "/minecraft:entity/components/minecraft:can_fly/",
"content": {}
}
],
"/vanilla/behavior_pack/entities/parrot.json": [
{
"path": "/minecraft:entity/components/minecraft:can_fly/",
"content": {}
}
],
"/vanilla/behavior_pack/entities/wither.json": [
{
"path": "/minecraft:entity/components/minecraft:can_fly/",
"content": {}
}
]
},
"id": "minecraft:can_fly"
}