Skip to content

Commit

Permalink
- Update can_fly
Browse files Browse the repository at this point in the history
  • Loading branch information
Xterionix committed Feb 21, 2024
1 parent ad3ddf3 commit ce4d538
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions source/behavior/entities/format/components/can_fly.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
{
"$id": "blockception.minecraft.behavior.entities.minecraft.can_fly",
"type": "object",
"title": "Can Fly",
"additionalProperties": false,
"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": [],
"properties": {
"value": {
"anyOf": [
{
"type":"object",
"additionalProperties": false
},
{
"type": "boolean",
"default": true,
"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": "Value"
"default": false
}
},
],
"examples": [
{
"value": true
}
true,
false
]
}

0 comments on commit ce4d538

Please sign in to comment.