Skip to content

v1.10.0-beta.5

Choose a tag to compare

@SnaveSutit SnaveSutit released this 26 Apr 01:48
· 22 commits to main since this release
b24b5ba

Animated Java Release v1.10.0-beta.5

Changes

  • ⚠️ BREAKING — Removed data entity in favor of much faster score-indexed storage. Thanks @XanBelOr!
  • ⚠️ 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.
  • Overhauled Blueprint Settings UI to be more user friendly and easier to navigate.
  • Added .zip export format for Data Pack and Resource Pack.
  • Added visualization for Structure Groups.
  • Added syntax highlighting for settings.
  • Updated Plugin exporter to support modern Minecraft's free element rotations.
  • 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.
  • Added display names to all entities in the rig to make debugging easier.
  • Switched to using blockbench-patch-manager for safer handling of Blockbench monkey-patches.
  • Moved JSON text component system into its own library called book-and-quill.
  • Improved MC font loading handling and caching.
  • Improved internal MC asset handling and caching.
  • Updated to Blockbench 5.1.4.
  • Updated to Svelte 5.
  • Updated to MCB 4.0.5.

Fixes

  • Fixed "infinite loading popup" issue.

How to Install

Follow this tutorial if you don't know how to install pre-release versions of Animated Java.