You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow 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 Minecraft 1.20.4.
- Added support for Minecraft 1.20.5.
- Added support for 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.
animated_java.dialog.blueprint_settings.bounding_box.description: Determines the culling box of the model. The model will stop rendering when this box is off-screen.
93
93
94
+
animated_java.dialog.blueprint_settings.target_minecraft_version.title: Target Minecraft Version
95
+
animated_java.dialog.blueprint_settings.target_minecraft_version.description: The version of Minecraft to target when exporting the project. This will determine the format of the exported Resource Pack and Data Pack.
0 commit comments