Skip to content

Commit 02832a8

Browse files
SnaveSutitgitbutler-client
authored andcommitted
🔖 v1.9.0-beta.2
1 parent 84c4bc7 commit 02832a8

2 files changed

Lines changed: 49 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"title": "Animated Java",
55
"icon": "icon.svg",
66
"description": "Effortlessly craft complex animations for Minecraft: Java Edition",
7-
"version": "1.8.1",
8-
"min_blockbench_version": "4.12.0",
7+
"version": "1.9.0-beta.2",
8+
"min_blockbench_version": "4.12.6",
99
"max_blockbench_version": "4.12.6",
1010
"variant": "desktop",
1111
"tags": [

src/pluginPackage/changelog.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,5 +603,52 @@
603603
]
604604
}
605605
]
606+
},
607+
"1.9.0-beta.1": {
608+
"title": "v1.9.0-beta.1",
609+
"author": "Titus Evans (SnaveSutit)",
610+
"date": "2026-03-17",
611+
"categories": [
612+
{
613+
"title": "Changes",
614+
"list": [
615+
"[BREAKING] Nodes are no longer passengers of the root entity in versions 1.21.4 and above. Any code that relies on `on passengers` to target rig nodes will need to be updated to use `as_node` instead.`",
616+
"[BREAKING] `as_locator` & `as_all_locators` no longer execute `at` the targeted locators.",
617+
"Added `as_at_locator` & `as_at_all_locators` functions to replace previous `as_locator` and `as_all_locators` positional functionality.",
618+
"Made camera and rig rotation much more precise for 1.21.4 and above.",
619+
"Added support for the removal of item model rotation restrictions in 1.21.11.",
620+
"Added `as_node` function."
621+
]
622+
},
623+
{
624+
"title": "Fixes",
625+
"list": [
626+
"Fixed [#475](https://github.com/Animated-Java/animated-java/issues/475)",
627+
"Fixed [#474](https://github.com/Animated-Java/animated-java/issues/474)",
628+
"Fixed [#472](https://github.com/Animated-Java/animated-java/issues/472)",
629+
"Fixed [#471](https://github.com/Animated-Java/animated-java/issues/471)",
630+
"Fixed [#469](https://github.com/Animated-Java/animated-java/issues/469)",
631+
"Fixed [#468](https://github.com/Animated-Java/animated-java/issues/468)",
632+
"Fixed `move` function not transforming floating entities."
633+
]
634+
}
635+
]
636+
},
637+
"1.9.0-beta.2": {
638+
"title": "v1.9.0-beta.2",
639+
"author": "Titus Evans (SnaveSutit)",
640+
"date": "2026-03-17",
641+
"categories": [
642+
{
643+
"title": "Changes",
644+
"list": ["Improved error messages for `as_all_locators` and similar functions."]
645+
},
646+
{
647+
"title": "Fixes",
648+
"list": [
649+
"Fixed locators failing to tick, and display entities being left behind when moving the root (either by `tp` or `move` function)."
650+
]
651+
}
652+
]
606653
}
607654
}

0 commit comments

Comments
 (0)