From 612077dfe088c15ef1eadd6ad2558d190918f352 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Fri, 4 Feb 2022 22:55:51 +0100 Subject: [PATCH] Updated templates to 1.18.0 --- source/resource/animation_controllers/animation_controller.json | 2 +- source/resource/animations/actor_animation.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/resource/animation_controllers/animation_controller.json b/source/resource/animation_controllers/animation_controller.json index c7fb8691..bd136ea4 100644 --- a/source/resource/animation_controllers/animation_controller.json +++ b/source/resource/animation_controllers/animation_controller.json @@ -3,7 +3,7 @@ "$id": "blockception.minecraft.resource.animation_controller", "examples": [ { - "format_version": "", + "format_version": "1.18.0", "animation_controllers": { "controller.animation.example": { "states": { diff --git a/source/resource/animations/actor_animation.json b/source/resource/animations/actor_animation.json index bb0612b0..ee95d581 100644 --- a/source/resource/animations/actor_animation.json +++ b/source/resource/animations/actor_animation.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema", "$id": "blockception.minecraft.resource.actor_animation", - "examples": [{ "format_version": "1.17.0", "animations": { "animation.annie.idle": { "loop": true, "animation_length": 2.12, "bones": {} } } }], + "examples": [{ "format_version": "1.18.0", "animations": { "animation.annie.idle": { "loop": true, "animation_length": 2.12, "bones": {} } } }], "additionalProperties": false, "type": "object", "title": "Actor Animation",