Flattened 1.16.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.entities.1.13.0.minecraft.navigation.float",
|
||||
"title": "Navigation.float",
|
||||
"$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.navigation.float",
|
||||
"title": "Navigation.float 1.16.0",
|
||||
"description": "Allows this entity to generate paths by flying around the air like the regular Ghast.",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
@@ -36,11 +36,7 @@
|
||||
"items": {
|
||||
"title": "Block",
|
||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "title": "Block To Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
]
|
||||
"$ref": "../../../../general/block/identifier.json"
|
||||
}
|
||||
},
|
||||
"can_breach": {
|
||||
|
||||
Reference in New Issue
Block a user