{ "$id": "blockception.minecraft.behavior.entities.minecraft.can_fly", "title": "Can Fly", "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.", "required": [], "anyOf": [ { "type":"object", "additionalProperties": false }, { "type": "boolean", "default": false } ], "examples": [ true, false ] }