Skip to content

Commit 2255fbc

Browse files
committed
🔖 v1.8.1
1 parent 10cf4d7 commit 2255fbc

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-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": "Effortlessly craft complex animations for Minecraft: Java Edition",
7-
"version": "1.8.0",
7+
"version": "1.8.1",
88
"min_blockbench_version": "4.12.0",
99
"max_blockbench_version": "4.12.6",
1010
"variant": "desktop",

src/pluginPackage/changelog.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,5 +579,29 @@
579579
]
580580
}
581581
]
582+
},
583+
"1.8.1": {
584+
"title": "v1.8.1",
585+
"author": "Titus Evans (SnaveSutit)",
586+
"date": "2025-11-2",
587+
"categories": [
588+
{
589+
"title": "Changes",
590+
"list": [
591+
"💬 Added Russian localization - Thanks Koishem!",
592+
"Added previewing for Item Display's `item_display` transforms."
593+
]
594+
},
595+
{
596+
"title": "Fixes",
597+
"list": [
598+
"Fixed [#465](https://github.com/Animated-Java/animated-java/issues/465)",
599+
"Fixed `global/on_tick` function being placed at start of `minecraft:tick` function tag.",
600+
"Fixed backwards / missing chest model.",
601+
"Fixed block models on Item Displays using the wrong pivot point.",
602+
"Fixed item display panel losing focus when a valid item is entered."
603+
]
604+
}
605+
]
582606
}
583607
}

0 commit comments

Comments
 (0)