diff --git a/plugins.json b/plugins.json index 71d0568a..1e5c8531 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.0", + "version": "1.0.1", "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 ad719058..aecf4b6b 100644 --- a/plugins/emf_animation_addon/changelog.json +++ b/plugins/emf_animation_addon/changelog.json @@ -11,5 +11,18 @@ ] } ] + }, + "1.0.1": { + "title": "1.0.1", + "date": "2024-06-23", + "author": "Traben & Ewan Howell", + "categories": [ + { + "title": "Doc update", + "list": [ + "minor icon change in doc where the cem template loader icon was used" + ] + } + ] } -} \ No newline at end of file +} diff --git a/plugins/emf_animation_addon/emf_animation_addon.js b/plugins/emf_animation_addon/emf_animation_addon.js index 869a0d25..3efb3ce8 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.0", + version: "1.0.1", min_version: "4.9.0", variant: "both", dependencies: ["cem_template_loader"], @@ -170,7 +170,7 @@ animDocs = { name: "EMF addon", - icon: "keyboard_capslock", + icon: "difference", elements: [ { "type": "heading",