Flattened 1.16.0

This commit is contained in:
DaanV2
2021-10-08 12:54:09 +02:00
parent 1358630537
commit 1dfd97d95d
185 changed files with 1275 additions and 5992 deletions

View File

@@ -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": {