Skip to content

Commit 941c623

Browse files
SnaveSutitgitbutler-client
authored andcommitted
🔖 v1.10.0-beta.6
1 parent e3beca4 commit 941c623

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "Animated Java",
55
"icon": "icon.svg",
66
"description": "Effortlessly craft complex animations for Minecraft: Java Edition",
7-
"version": "1.10.0-beta.5",
7+
"version": "1.10.0-beta.6",
88
"min_blockbench_version": "5.1.4",
99
"variant": "desktop",
1010
"tags": [

src/pluginPackage/changelog.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,5 +697,28 @@
697697
"list": ["Fixed \"infinite loading popup\" issue."]
698698
}
699699
]
700+
},
701+
"1.10.0-beta.6": {
702+
"title": "v1.10.0-beta.6",
703+
"author": "Titus Evans (SnaveSutit)",
704+
"date": "2026-05-04",
705+
"categories": [
706+
{
707+
"title": "Changes",
708+
"list": [
709+
"Added `Rig` page to Blueprint settings.",
710+
"Added `Custom Rig Entity Tags` option to Blueprint settings.",
711+
"Added `Use Entity Stacking` option to Blueprint settings."
712+
]
713+
},
714+
{
715+
"title": "Fixes",
716+
"list": [
717+
"Fixed Blueprints failing to save due to missing `fs` global.",
718+
"Fixed Animated Java failing to reload correctly when plugins are reloaded.",
719+
"Fixed JSON Text Components failing to add quotes around strings that start with numeric characters."
720+
]
721+
}
722+
]
700723
}
701724
}

0 commit comments

Comments
 (0)