Skip to content

Commit b14dacd

Browse files
committed
🔖 v1.7.2
1 parent 8a30259 commit b14dacd

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
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.7.1",
7+
"version": "1.7.2",
88
"min_blockbench_version": "4.12.0",
99
"variant": "desktop",
1010
"tags": [

src/pluginPackage/changelog.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,5 +176,20 @@
176176
"list": ["Fixed [#412](https://github.com/Animated-Java/animated-java/issues/409)"]
177177
}
178178
]
179+
},
180+
"1.7.2": {
181+
"title": "v1.7.2",
182+
"author": "Titus Evans (SnaveSutit)",
183+
"date": "2025-05-07",
184+
"categories": [
185+
{
186+
"title": "Fixes",
187+
"list": [
188+
"Fixed incorrect entity type for data entities on versions below 1.21.5.",
189+
"Fixed missing `as_...` functions in exported data packs below 1.21.5.",
190+
"Improved .mcb code consistency."
191+
]
192+
}
193+
]
179194
}
180195
}

0 commit comments

Comments
 (0)