Added base examples

This commit is contained in:
DaanV2
2021-10-11 18:13:12 +02:00
parent 67ccb3d2d1
commit 7ab7193fa6
150 changed files with 2627 additions and 556 deletions

View File

@@ -4,5 +4,9 @@
"type": "object",
"title": "Dragonscanning",
"description": "Allows the dragon to look around for a player to attack while in perch mode. Can only be used by the Ender Dragon.",
"properties": { "priority": { "$ref": "./types/priority.json" } }
"properties": {
"priority": {
"$ref": "./types/priority.json"
}
}
}