Skip to content

Commit

Permalink
Merge pull request #563 from Traben-0/master
Browse files Browse the repository at this point in the history
EMF plugin update 1.0.1 - minor
  • Loading branch information
JannisX11 authored Jun 29, 2024
2 parents 72372a7 + 5fe6f22 commit 568353f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
15 changes: 14 additions & 1 deletion plugins/emf_animation_addon/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
]
}
}
}
4 changes: 2 additions & 2 deletions plugins/emf_animation_addon/emf_animation_addon.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down Expand Up @@ -170,7 +170,7 @@

animDocs = {
name: "EMF addon",
icon: "keyboard_capslock",
icon: "difference",
elements: [
{
"type": "heading",
Expand Down

0 comments on commit 568353f

Please sign in to comment.