From edf4d5000bfda8b68e89c2be10dfac70e36b06e1 Mon Sep 17 00:00:00 2001 From: Traben Date: Mon, 1 Jul 2024 17:09:27 +1000 Subject: [PATCH] added plugin definition to the enable/disable setting corrected 1.0.1 changelog bumped version to 1.0.2 --- plugins.json | 2 +- plugins/emf_animation_addon/changelog.json | 15 ++++++++++++++- .../emf_animation_addon/emf_animation_addon.js | 3 ++- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/plugins.json b/plugins.json index 1e5c8531..ab4631f0 100644 --- a/plugins.json +++ b/plugins.json @@ -934,7 +934,7 @@ "icon": "icon.png", "description": "Adds extra animation support to CEM Template Loader so that it is compatible with the Entity Model Features mod.", "tags": ["Minecraft: Java Edition", "Entity Models", "Animation"], - "version": "1.0.1", + "version": "1.0.2", "min_version": "4.9.0", "variant": "both", "dependencies": ["cem_template_loader"], diff --git a/plugins/emf_animation_addon/changelog.json b/plugins/emf_animation_addon/changelog.json index aecf4b6b..69f9529d 100644 --- a/plugins/emf_animation_addon/changelog.json +++ b/plugins/emf_animation_addon/changelog.json @@ -15,7 +15,7 @@ "1.0.1": { "title": "1.0.1", "date": "2024-06-23", - "author": "Traben & Ewan Howell", + "author": "Traben", "categories": [ { "title": "Doc update", @@ -24,5 +24,18 @@ ] } ] + }, + "1.0.2": { + "title": "1.0.2", + "date": "2024-07-01", + "author": "Traben", + "categories": [ + { + "title": "fixed setting", + "list": [ + "Fixed the EMF enable/disable setting not appearing in the plugins screen" + ] + } + ] } } diff --git a/plugins/emf_animation_addon/emf_animation_addon.js b/plugins/emf_animation_addon/emf_animation_addon.js index 3efb3ce8..667ec791 100644 --- a/plugins/emf_animation_addon/emf_animation_addon.js +++ b/plugins/emf_animation_addon/emf_animation_addon.js @@ -6,7 +6,7 @@ author: "Traben & Ewan Howell", description: "Adds extra animation support to CEM Template Loader so that it is compatible with the Entity Model Features mod.", tags: ["Minecraft: Java Edition", "Entity Models", "Animation"], - version: "1.0.1", + version: "1.0.2", min_version: "4.9.0", variant: "both", dependencies: ["cem_template_loader"], @@ -14,6 +14,7 @@ new Setting("emf_features", { value: true, category: "edit", + plugin: "emf_animation_addon", name: "Enable EMF only animation features", description: "Enable animation features that are only compatible with the Entity Model Features mod. WARNING: These animations will cause the model to fail to load when using OptiFine.", onChange() {