Added animations examples

This commit is contained in:
DaanV2
2021-10-19 13:48:32 +02:00
parent ab7b47999f
commit 6379035e52
2 changed files with 4 additions and 2 deletions

View File

@@ -31,11 +31,12 @@
"description": "These names are used by the animation controller JSON. Players can reference animations from the vanilla Minecraft Resource Pack or create their own. Custom animations should be in the animation folder at the root of the Resource Pack.",
"type": "object",
"minProperties": 1,
"examples": [{ "basic": "controller.generic.basic" }],
"additionalProperties": {
"type": "string",
"description": "These names are used by the animation controller JSON. Players can reference animations from the vanilla Minecraft Resource Pack or create their own. Custom animations should be in the animation folder at the root of the Resource Pack.",
"title": "Animation Reference",
"examples": [{ "basic": "controller.generic.basic" }]
"examples": ["controller.", "animation."]
}
},
"enable_attachables": { "type": "boolean", "description": "Whether or not attachables are enaboled", "title": "Enable Attachables" },