|
754 | 754 | ] |
755 | 755 | } |
756 | 756 | ] |
| 757 | + }, |
| 758 | + "1.10.0": { |
| 759 | + "title": "v1.10.0", |
| 760 | + "author": "Titus Evans (SnaveSutit)", |
| 761 | + "date": "2026-06-24", |
| 762 | + "categories": [ |
| 763 | + { |
| 764 | + "title": "Changes", |
| 765 | + "list": [ |
| 766 | + "[BREAKING] Removed `data` entity in favor of much faster score-indexed storage. Thanks @Xanbelor!", |
| 767 | + "[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.", |
| 768 | + "[BREAKING] `as_locator` & `as_all_locators` no longer execute `at` the targeted locators.", |
| 769 | + |
| 770 | + "Added Interaction element", |
| 771 | + "Added functions for interacting with Interactions, similar to the locator functions, such as `as_interaction` and `as_all_interactions`.", |
| 772 | + "Split Display Entity config option `brightnessOverride` into two separate properties: `blockBrightness` and `skyBrightness`.", |
| 773 | + "Added marker color support to Display entity elements.", |
| 774 | + "Made `Use Entity Stacking` default to true.", |
| 775 | + "Added `Item Model Config` to Groups with cube children.", |
| 776 | + "Added support for adding custom constant tints to item models.", |
| 777 | + |
| 778 | + "Added support for Minecraft 26.2 predicate changes.", |
| 779 | + "Added syntax highlighting to function keyframes, and keyframe execute conditions.", |
| 780 | + "Added Entity Counter dialog and toolbar element.", |
| 781 | + "Added `zh_cn` localization - Thanks jiuwu02!", |
| 782 | + "Disabled camera roll in Blockbench preview to better match in-game behavior.", |
| 783 | + "Moved keyframe easings into their own panel, and improved reactivity.", |
| 784 | + |
| 785 | + "Added `Rig` page to Blueprint settings.", |
| 786 | + "Added `Custom Rig Entity Tags` option to Blueprint settings.", |
| 787 | + "Added `Use Entity Stacking` option to Blueprint settings.", |
| 788 | + |
| 789 | + "Overhauled Blueprint Settings UI to be more user friendly and easier to navigate.", |
| 790 | + "Added `.zip` export format for Data Pack and Resource Pack.", |
| 791 | + "Added visualization for Structure Groups.", |
| 792 | + "Added syntax highlighting for settings.", |
| 793 | + "Updated Plugin exporter to support modern Minecraft's free element rotations.", |
| 794 | + "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.", |
| 795 | + "Added display names to all entities in the rig to make debugging easier.", |
| 796 | + "Switched to using `blockbench-patch-manager` for safer handling of Blockbench monkey-patches.", |
| 797 | + "Moved JSON text component system into its own library called `book-and-quill`.", |
| 798 | + "Improved MC font loading handling and caching.", |
| 799 | + "Improved internal MC asset handling and caching.", |
| 800 | + "Updated to Blockbench 5.1.4.", |
| 801 | + "Updated to Svelte 5.", |
| 802 | + "Updated to MCB 4.0.5.", |
| 803 | + |
| 804 | + "Updated Russian translations to improve consistency and punctuation. - Thanks Koishem!", |
| 805 | + "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!", |
| 806 | + "Added Bisect hosting partnership banner.", |
| 807 | + |
| 808 | + "Improved error messages for `as_all_locators` and similar functions.", |
| 809 | + |
| 810 | + "Added `as_at_locator` & `as_at_all_locators` functions to replace previous `as_locator` and `as_all_locators` positional functionality.", |
| 811 | + "Made camera and rig rotation much more precise for 1.21.4 and above.", |
| 812 | + "Added support for the removal of item model rotation restrictions in 1.21.11.", |
| 813 | + "Added `as_node` function." |
| 814 | + ] |
| 815 | + }, |
| 816 | + { |
| 817 | + "title": "Fixes", |
| 818 | + "list": [ |
| 819 | + "Fixed interactions being left behind when moving a Rig.", |
| 820 | + "Fixed [#515](https://github.com/Animated-Java/animated-java/issues/515)", |
| 821 | + "Fixed [#505](https://github.com/Animated-Java/animated-java/issues/505)", |
| 822 | + "Fixed [#506](https://github.com/Animated-Java/animated-java/issues/506)", |
| 823 | + "Fixed [#516](https://github.com/Animated-Java/animated-java/issues/516)", |
| 824 | + "Fixed [#512](https://github.com/Animated-Java/animated-java/issues/512)", |
| 825 | + "Fixed [#514](https://github.com/Animated-Java/animated-java/issues/514)", |
| 826 | + |
| 827 | + "Fixed Item Display, Block Display, and Text Display elements ignoring flip actions.", |
| 828 | + "Fixed custom element size not being rendered in element panel.", |
| 829 | + "Fixed [#509](https://github.com/Animated-Java/animated-java/issues/509)", |
| 830 | + "Fixed [#507](https://github.com/Animated-Java/animated-java/issues/507)", |
| 831 | + "Fixed [#510](https://github.com/Animated-Java/animated-java/issues/510)", |
| 832 | + "Fixed [#505](https://github.com/Animated-Java/animated-java/issues/505)", |
| 833 | + "Fixed [#495](https://github.com/Animated-Java/animated-java/issues/495)", |
| 834 | + |
| 835 | + "Fixed Blueprints failing to save due to missing `fs` global.", |
| 836 | + "Fixed Animated Java failing to reload correctly when plugins are reloaded.", |
| 837 | + "Fixed JSON Text Components failing to add quotes around strings that start with numeric characters.", |
| 838 | + "Fixed [#491](https://github.com/Animated-Java/animated-java/issues/491)", |
| 839 | + "Fixed [#490](https://github.com/Animated-Java/animated-java/issues/490)", |
| 840 | + |
| 841 | + "Fixed \"infinite loading popup\" issue.", |
| 842 | + |
| 843 | + "Fixed locators failing to tick, and display entities being left behind when moving the root (either by `tp` or `move` function).", |
| 844 | + |
| 845 | + "Fixed [#475](https://github.com/Animated-Java/animated-java/issues/475)", |
| 846 | + "Fixed [#474](https://github.com/Animated-Java/animated-java/issues/474)", |
| 847 | + "Fixed [#472](https://github.com/Animated-Java/animated-java/issues/472)", |
| 848 | + "Fixed [#471](https://github.com/Animated-Java/animated-java/issues/471)", |
| 849 | + "Fixed [#469](https://github.com/Animated-Java/animated-java/issues/469)", |
| 850 | + "Fixed [#468](https://github.com/Animated-Java/animated-java/issues/468)", |
| 851 | + "Fixed `move` function not transforming floating entities." |
| 852 | + ] |
| 853 | + } |
| 854 | + ] |
757 | 855 | } |
758 | 856 | } |
0 commit comments