Skip to content

Commit 4d0863d

Browse files
SnaveSutitgitbutler-client
authored andcommitted
🔖 v1.10.2
1 parent eec27b5 commit 4d0863d

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

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.10.1",
7+
"version": "1.10.2",
88
"min_blockbench_version": "5.1.4",
99
"variant": "desktop",
1010
"tags": [

src/pluginPackage/changelog.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -869,5 +869,36 @@
869869
]
870870
}
871871
]
872+
},
873+
"1.10.2": {
874+
"title": "v1.10.2",
875+
"author": "Titus Evans (SnaveSutit)",
876+
"date": "2026-07-08",
877+
"categories": [
878+
{
879+
"title": "Changes",
880+
"list": [
881+
"Reworked the Display Entity Config dialog with separate General and Per-Variant pages, including a dropdown to select which Variant you're configuring.",
882+
"Added an `Enchanted` option to Display Entity Configs that previews the enchantment glint effect on Cubes and Item Displays directly in Blockbench.",
883+
"Added a root On-Apply Function to Variants, which runs `as` and `at` the root entity whenever the Variant is applied.",
884+
"Disabled Display Entity Config on Structure Groups, since it never applied to them.",
885+
"Vanilla Block Display and Item Display models are now automatically refreshed after changing a Blueprint's target Minecraft version.",
886+
"Updated the Data Pack icon in Blueprint Settings to use an animated icon."
887+
]
888+
},
889+
{
890+
"title": "Fixes",
891+
"list": [
892+
"Fixed selecting a Variant crashing Blockbench.",
893+
"Fixed custom fonts breaking Text Display word wrapping.",
894+
"Fixed Item Display translation being applied on the wrong axis, and in the wrong order relative to scale.",
895+
"Fixed the `summon` function failing if a locator summoned another rig from its own On-Summon Function.",
896+
"Improved the reliability of the Block Display and Item Display panels.",
897+
"Fixed the Entity Counter dialog reporting inaccurate entity counts.",
898+
"Fixed the Paint Tool breaking when used on Interactions.",
899+
"Fixed the outdated rig warning not glowing all rig entities red, and improved its performance."
900+
]
901+
}
902+
]
872903
}
873904
}

0 commit comments

Comments
 (0)