Skip to content

Commit b7929c4

Browse files
SnaveSutitgitbutler-client
authored andcommitted
🔖 v1.10.0-beta.5
1 parent d4d8dfb commit b7929c4

4 files changed

Lines changed: 35 additions & 10 deletions

File tree

bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"title": "Animated Java",
55
"icon": "icon.svg",
66
"description": "Effortlessly craft complex animations for Minecraft: Java Edition",
7-
"version": "1.10.0-beta.4",
8-
"min_blockbench_version": "4.12.6",
9-
"max_blockbench_version": "4.12.6",
7+
"version": "1.10.0-beta.5",
8+
"min_blockbench_version": "5.1.4",
9+
"max_blockbench_version": "5.1.4",
1010
"variant": "desktop",
1111
"tags": [
1212
"Minecraft: Java Edition",
@@ -93,7 +93,7 @@
9393
"@types/websocket": "^1.0.10",
9494
"@typescript-eslint/eslint-plugin": "^5.54.0",
9595
"@typescript-eslint/parser": "^5.54.0",
96-
"blockbench-patch-manager": "^1.0.0",
96+
"blockbench-patch-manager": "^1.0.2",
9797
"book-and-quill": "^1.0.8",
9898
"esbuild": "^0.17.10",
9999
"esbuild-plugin-import-folder": "^1.0.1",

src/mods/customKeyframes.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,13 +249,10 @@ registerProjectPatch({
249249
this.last_displayed_time = this.animation.time
250250
}
251251

252-
console.log('Applied custom keyframe channels patch')
253-
254252
return { defaultChannels, defaultEffectDisplayFrame, properties }
255253
},
256254

257255
revert: ({ defaultChannels, defaultEffectDisplayFrame, properties }) => {
258-
console.log('Reverting custom keyframe channels patch')
259256
for (const channel of Object.keys(defaultChannels)) {
260257
if (channel === 'sound') continue // AJ doesn't modify the sound channel
261258
EffectAnimator.prototype.channels[channel] = defaultChannels[channel]

src/pluginPackage/changelog.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,10 +663,38 @@
663663
"Re-enabled Plugin mode - WARNING: This is experimental, and is using a new plugin JSON schema that will likely change in the future. - Thanks Meekiavelique!",
664664
"Added Bisect hosting partnership banner."
665665
]
666+
}
667+
]
668+
},
669+
"1.10.0-beta.5": {
670+
"title": "v1.10.0-beta.5",
671+
"author": "Titus Evans (SnaveSutit)",
672+
"date": "2026-04-26",
673+
"categories": [
674+
{
675+
"title": "Changes",
676+
"list": [
677+
"[BREAKING] Removed `data` entity in favor of much faster score-indexed storage. Thanks @Xanbelor!",
678+
"[BREAKING] Added support for custom namespaces. The `Export Namespace` setting has been renamed to `Blueprint ID` and now supports namespaces. E.g. `my_cool_pack:rigs/my_awesome_blueprint`. Tags will also use the `Blueprint ID` as their prefix: `aj.my_rig.root` -> `my_cool_pack.rigs.my_awesome_blueprint`. The default namespace is now `aj:` to keep tags prefixes consistent with previous versions.",
679+
"Overhauled Blueprint Settings UI to be more user friendly and easier to navigate.",
680+
"Added `.zip` export format for Data Pack and Resource Pack.",
681+
"Added visualization for Structure Groups.",
682+
"Added syntax highlighting for settings.",
683+
"Updated Plugin exporter to support modern Minecraft's free element rotations.",
684+
"Added translation string and keybind resolution for JSON text components. Translation strings from vanilla will automatically be resolved to the correct text for your target version when previewing Text Displays.",
685+
"Added display names to all entities in the rig to make debugging easier.",
686+
"Switched to using `blockbench-patch-manager` for safer handling of Blockbench monkey-patches.",
687+
"Moved JSON text component system into its own library called `book-and-quill`.",
688+
"Improved MC font loading handling and caching.",
689+
"Improved internal MC asset handling and caching.",
690+
"Updated to Blockbench 5.1.4.",
691+
"Updated to Svelte 5.",
692+
"Updated to MCB 4.0.5."
693+
]
666694
},
667695
{
668696
"title": "Fixes",
669-
"list": []
697+
"list": ["Fixed \"infinite loading popup\" issue."]
670698
}
671699
]
672700
}

0 commit comments

Comments
 (0)