This commit is contained in:
DaanV2
2021-07-02 21:09:45 +02:00
parent 02fada23af
commit ebed464043
9 changed files with 21 additions and 26 deletions

View File

@@ -1,6 +1,7 @@
{
"$id": "blockception.minecraft.behavior.entity.1.8.0",
"type": "object",
"additionalProperties": false,
"title": "Entity Behavior 1.8.0",
"description": "The minecraft entity behavior specification",
"required": ["format_version", "minecraft:entity"],
@@ -12,6 +13,5 @@
"description": "A version that tells minecraft what type of data format can be expected when reading this file."
},
"minecraft:entity": { "$ref": "./minecraft.entity.json" }
},
"additionalProperties": false
}
}