This commit is contained in:
DaanV2
2021-04-04 14:00:43 +02:00
parent d08e59713b
commit 7cafb5cfc6
26 changed files with 65 additions and 60 deletions

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behavior.1.10.0.animations",
"type": "object",
"title": "Animation 1.10.0",
"description": "TODO description",
"description": "Animation for behavior for 1.10.0",
"required": ["format_version", "animations"],
"definitions": {
"animationspec": {
@@ -48,16 +48,16 @@
"type": "object",
"propertyNames": { "pattern": "^animation\\.[a-z\\.]+" },
"additionalProperties": {
"title": "Animation",
"type": "object",
"additionalProperties": false,
"description": "TODO description: additionalItems",
"title": "Animation ",
"description": "A single animation definition for 1.10.0",
"additionalProperties": false,
"properties": {
"animation_length": { "type": "number", "description": "TODO description: animation length", "title": "Animation Length" },
"loop": { "type": "boolean", "description": "TODO description: loop", "title": "Loop" },
"animation_length": { "type": "number", "description": "The time in seconds this animation will last", "title": "Animation Length" },
"loop": { "type": "boolean", "description": "Whenever this animation should loop once it reaches the end, will only happen if the animation is still active", "title": "Loop" },
"timeline": {
"title": "Timeline",
"description": "The time line",
"description": "A timeline specification, property names are timestamps",
"type": "object",
"propertyNames": { "pattern": "^(\\d+.\\d+|\\d+)$" },
"additionalProperties": {

View File

@@ -52,7 +52,7 @@
"type": "object",
"additionalProperties": false,
"description": "TODO description: additionalItems",
"title": "Animation ",
"title": "Animation",
"properties": {
"animation_length": { "type": "number", "description": "TODO description: animation length", "title": "Animation Length" },
"loop": { "type": "boolean", "description": "TODO description: loop", "title": "Loop" },