Skip to content

Commit

Permalink
Update Animated Java to 0.4.7 (#494)
Browse files Browse the repository at this point in the history
* Update Animated Java to 0.4.7

* Update to new plugin format

Also fix the console errors.

* Fix miss-matched plugin meta data.

* Fix version
  • Loading branch information
SnaveSutit authored Mar 20, 2024
1 parent b420999 commit 80eb7c4
Show file tree
Hide file tree
Showing 6 changed files with 1,234 additions and 1,000 deletions.
8 changes: 5 additions & 3 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@
"animated_java": {
"title": "Animated Java",
"author": "Titus Evans (SnaveSutit)",
"icon": "icon-armor_stand",
"icon": "icon.svg",
"description": "A Blockbench plugin that makes complex animation a breeze in Minecraft: Java Edition.",
"version": "0.4.6",
"version": "0.4.7",
"min_version": "4.9.4",
"variant": "desktop",
"tags": ["Minecraft: Java Edition", "Animation", "Display Entities"]
"tags": ["Minecraft: Java Edition", "Animation", "Display Entities"],
"await_loading": true
},
"armor_stand_animator": {
"title": "Armor Stand Animator",
Expand Down
Loading

0 comments on commit 80eb7c4

Please sign in to comment.