Skip to content

Commit a13998e

Browse files
committed
🔖 v1.7.0-pre1
1 parent b57dc7e commit a13998e

File tree

3 files changed

+22
-9
lines changed

3 files changed

+22
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "Animated Java",
55
"icon": "icon.svg",
66
"description": "A Blockbench plugin that makes complex animation a breeze in Minecraft: Java Edition.",
7-
"version": "1.6.5",
7+
"version": "1.7.0-pre1",
88
"min_blockbench_version": "4.12.0",
99
"variant": "desktop",
1010
"tags": [

src/pluginPackage/changelog.json

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,16 +122,27 @@
122122
}
123123
]
124124
},
125-
"1.6.5": {
126-
"title": "v1.6.5",
125+
"1.7.0": {
126+
"title": "v1.7.0",
127127
"author": "Titus Evans (SnaveSutit)",
128-
"date": "2025-02-26",
128+
"date": "2025-04-30",
129129
"categories": [
130130
{
131131
"title": "Changes",
132132
"list": [
133-
"Added a new function (`animated_java:<export_namespace>/remove/entities`) that kills all entities owned by a rig, whether they are attached to a root entity or not.",
134-
"Added support for `shadow_color` JSON Text Components."
133+
"[BREAKING] Overhauled internal functions and data structures. This may cause some issues with older exports, so you should clean out your old AJ exports and re-export them.",
134+
"[BREAKING] Renamed `animated_java:<export_namespace>/as_own_locator_entities` to `animated_java:<export_namespace>/as_all_locators`.",
135+
"Added support for Minecraft 1.21.5.",
136+
"Added support for exporting to multiple target Minecraft versions at once.",
137+
"Reduced the size of exported Data Packs by about 50%.",
138+
"Added `Sync Passenger Rotation` config option to Locators.",
139+
"Added a new function: `animated_java:<export_namespace>/at_all_locators {command: string}` that runs a command at all of a rig's entity-less locator positions.",
140+
"Added a new function: `animated_java:<export_namespace>/as_locator {name: string, command: string}` that runs a command as and at a named locator's entity.",
141+
"Added a new function: `animated_java:<export_namespace>/at_locator {name: string, command: string}` that runs a command at an entity-less locator's position.",
142+
"Added a new function: `animated_java:<export_namespace>/remove/entities` that kills all entities owned by a rig, whether they are attached to a root entity or not.",
143+
"Added a new Blueprint setting: `On-Remove Commands`.",
144+
"Added support for `shadow_color` to JSON Text Components.",
145+
"Temporarily made all descriptions of settings appear below settings."
135146
]
136147
},
137148
{
@@ -145,9 +156,11 @@
145156
"Fixed added missing tag PROJECT_ENTITY to data entities.",
146157
"Fixed locators and cameras missing most of their tags.",
147158
"Fixed missing PROJECT_ENTITY tag on root entities.",
148-
"Fixed backslash (\\\\) being allowed in node names.",
159+
"Fixed backslash (\\) being allowed in node names.",
149160
"Fixed locators not being removed when calling `animated_java:global/remove/everything`.",
150-
"Fixed crash while exporting when encountering an invalid JSON file in the target data pack."
161+
"Fixed crash while exporting when encountering an invalid JSON file in the target data pack.",
162+
"Fixed [#389](https://github.com/Animated-Java/animated-java/issues/389)",
163+
"Fixed custom outliner element changes not marking a project as changed."
151164
]
152165
}
153166
]

test-packs/1.21.5/blueprints/armor_stand.ajblueprint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"meta": {
33
"format": "animated_java_blueprint",
4-
"format_version": "1.6.5",
4+
"format_version": "1.7.0",
55
"uuid": "167b27cd-b559-3f13-a97c-0841fe21f1d1",
66
"save_location": "D:\\github-repos\\animated-java\\animated-java\\test-packs\\1.21.5\\blueprints\\armor_stand.ajblueprint",
77
"last_used_export_namespace": "armor_stand"

0 commit comments

Comments
 (0)