|
7 | 7 | {
|
8 | 8 | "title": "Changes",
|
9 | 9 | "list": [
|
| 10 | + "[BREAKING] Changed default resource pack structure: `animated_java:textures/item/export_namespace/` -> `animated_java:textures/blueprint/export_namespace/` & `animated_java:models/item/export_namespace/` -> `animated_java:models/blueprint/export_namespace/`", |
10 | 11 | "Added changelog popup! (You're looking at it right now!)",
|
11 | 12 | "Added an export target for Minecraft 1.21.4",
|
| 13 | + "Added support for item definitions (1.21.4)", |
12 | 14 | "Added warning for loading Animated Java Data Packs in the wrong version.",
|
13 | 15 | "Improved internal MCB File compression",
|
14 | 16 | "Slightly improved empty JSON text rendering ([#322](https://github.com/Animated-Java/animated-java/issues/322)",
|
15 | 17 | "Added an Extract action to remove exported files from the Resource Pack and Data Pack",
|
16 |
| - "Added 1.21.4 target MC version", |
17 | 18 | "Changed missing assets and data folder for resource and data pack folder settings errors into warnings",
|
18 |
| - "Added support for item definitions (1.21.4)", |
19 |
| - "Changed default resource pack structure: `animated_java:textures/item/export_namespace/` -> `animated_java:textures/blueprint/export_namespace/` & `animated_java:models/item/export_namespace/` -> `animated_java:models/blueprint/export_namespace/`", |
20 | 19 | "Added a dialog and exception for exporting a blueprint with invalid cube rotations."
|
21 | 20 | ]
|
22 | 21 | },
|
|
67 | 66 | "list": [
|
68 | 67 | "[BREAKING] Implemented improved scoreboard tag system. Please visit [this docs page](https://animated-java.dev/docs/rigs/tags) on the Animated Java website to learn more.",
|
69 | 68 | "[BREAKING] Removed individual variant summon functions. (`animated_java:namespace/summon/variant_name`) in favor of `animated_java:namespace/summon {args:{variant: 'variant_name'}}`.",
|
70 |
| - "[BREAKING] Removed advanced folder options for Resource Packs. ", |
| 69 | + "[BREAKING] Removed advanced folder options for Resource Packs.", |
71 | 70 | "Re-organized the file structure of AJ's UI files.",
|
72 | 71 | "Updated the model format order on the start menu to be organized alphabetically.",
|
73 | 72 | "Added incomptaibility warnings for installing, or having installed, plugins that are incompatible with Animated Java."
|
|
88 | 87 | ]
|
89 | 88 | }
|
90 | 89 | ]
|
| 90 | + }, |
| 91 | + "1.6.3": { |
| 92 | + "title": "v1.6.3", |
| 93 | + "author": "Titus Evans (SnaveSutit)", |
| 94 | + "date": "2025-01-15", |
| 95 | + "categories": [ |
| 96 | + { |
| 97 | + "title": "Changes", |
| 98 | + "list": [ |
| 99 | + "Updated to Blockbench 4.12.0", |
| 100 | + "Removed internal Transparent texture. The plugin will automatically create a transparent texture in your model's texture list if you previously used the internal one in any of your variants." |
| 101 | + ] |
| 102 | + }, |
| 103 | + { |
| 104 | + "title": "Fixes", |
| 105 | + "list": [ |
| 106 | + "Fixed invalid JSON error when exporting into a resource pack without a block texture atlas." |
| 107 | + ] |
| 108 | + } |
| 109 | + ] |
91 | 110 | }
|
92 | 111 | }
|
0 commit comments