Skip to content

Animated Java v1.5.0

Compare
Choose a tag to compare
@SnaveSutit SnaveSutit released this 22 Oct 15:37
· 141 commits to main since this release

Animated Java Release v1.5.0

The Versioned Export Update

Versioned Exporting

Allows the user to select a specific Minecraft version to target when exporting.

Changes

  • Created versioned data pack and resource pack compilers.
  • Added a Target Minecraft Version blueprint setting.
  • Added support for targeting Minecraft 1.20.4.
  • Added support for targeting Minecraft 1.20.5.
  • Added support for targeting Minecraft 1.21.0.
  • Added support for targeting Minecraft 1.21.2.

Fixes

  • Fixed "default is not defined" error when attempting to export a newly converted blueprint.
  • Disabled broken zip export modes (will re-enable when fixed).
  • Fixed missing default values in locator config UI.
  • Fixed bone config types to ensure they're considered optional.
  • Updated the packager ESBuild plugin to only copy over prod builds.

Misc Improvements / Fixes

Changes

  • Made default variant entirely unmodifiable.
  • Added a bunch of checks that reduce the number of exported functions based on what features are in use in the Blueprint.
  • Added a static export system that removes all animation tech when exporting a Blueprint with no animations.
  • Fixed cameras not being removed when using remove/this.
  • Added a check that removes all variant functions from the export if no variants other than default exist.
  • Added showFunctionErrors and showOutdatedWarning options.

Fixes

  • Fixed outdated rig warning messages showing up before loading was completed, causing rigs that were killed in the first tick to complain about being outdated.
  • Maybe improved infinite plugin loading issues.

How to Install

You can install the latest release of AJ from the Blockbench plugin list, or manually with the animated_java.js file below.
Don't know how to use the Blockbench plugin list? Follow this tutorial.