From 5ddd1f973ae68e8429e20ba4c6d1114f8f35c003 Mon Sep 17 00:00:00 2001 From: Traben Date: Wed, 19 Jun 2024 00:34:10 +1000 Subject: [PATCH 1/5] Change doc icon --- plugins/emf_animation_addon/emf_animation_addon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/emf_animation_addon/emf_animation_addon.js b/plugins/emf_animation_addon/emf_animation_addon.js index 869a0d25..b833aaf2 100644 --- a/plugins/emf_animation_addon/emf_animation_addon.js +++ b/plugins/emf_animation_addon/emf_animation_addon.js @@ -170,7 +170,7 @@ animDocs = { name: "EMF addon", - icon: "keyboard_capslock", + icon: "fa-difference", elements: [ { "type": "heading", From f1797e6ee41dfb32830015b8ecce6150f505beea Mon Sep 17 00:00:00 2001 From: Traben Date: Wed, 19 Jun 2024 00:38:53 +1000 Subject: [PATCH 2/5] Update doc icon --- plugins/emf_animation_addon/emf_animation_addon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/emf_animation_addon/emf_animation_addon.js b/plugins/emf_animation_addon/emf_animation_addon.js index b833aaf2..5b7caf43 100644 --- a/plugins/emf_animation_addon/emf_animation_addon.js +++ b/plugins/emf_animation_addon/emf_animation_addon.js @@ -170,7 +170,7 @@ animDocs = { name: "EMF addon", - icon: "fa-difference", + icon: "difference", elements: [ { "type": "heading", From 21e98147dae6d4532a91667f3f06f7e67b283966 Mon Sep 17 00:00:00 2001 From: Traben Date: Sun, 23 Jun 2024 19:56:21 +1000 Subject: [PATCH 3/5] Update plugins.json --- plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index 61d6544f..c6555dcd 100644 --- a/plugins.json +++ b/plugins.json @@ -929,7 +929,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"], From 5bc053c4d6780e62c1a724b3429f6738e8e34e5b Mon Sep 17 00:00:00 2001 From: Traben Date: Sun, 23 Jun 2024 19:57:09 +1000 Subject: [PATCH 4/5] 1.0.1 versioning --- plugins/emf_animation_addon/emf_animation_addon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/emf_animation_addon/emf_animation_addon.js b/plugins/emf_animation_addon/emf_animation_addon.js index 5b7caf43..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"], From 5fe6f2245f810bd93d32a7e884befe2138866892 Mon Sep 17 00:00:00 2001 From: Traben Date: Sun, 23 Jun 2024 19:59:16 +1000 Subject: [PATCH 5/5] Update changelog.json --- plugins/emf_animation_addon/changelog.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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 +}