Compatibility
Minecraft: Java Edition
1.21–1.21.8
Platforms
Creators
Details
Changelog
Fixed:
- Resolved a critical state management issue where applying transformations to a bone (e.g.,
scale
,item
,offset
) would reset any previously applied transformations. The bone's state is now persistent across separate commands, allowing for cumulative adjustments.
Added:
- New
offset
Mechanism: Added anoffset
mechanism toBMBoneTag
. This allows scripters to apply a local positional offset to a bone using aLocationTag
without altering its currently displayed item or scale. Syntax:adjust <bone> offset:<location>
. - New
view_range
Mechanism: Added aview_range
mechanism toBMBoneTag
. This allows scripters to set the render distance of a bone's display entity in blocks, using a decimal value. This is useful for hiding model parts in certain camera perspectives. Syntax:adjust <bone> view_range:<#.#>
.
Changed:
- The
item
mechanism forBMBoneTag
has been refactored. It no longer accepts aLocationTag
for an offset. Its sole purpose is now to set theItemTag
for the bone, preserving any existing offset or scale.
Files
Metadata
Release channel
ReleaseVersion number
3.4.0Loaders
Game versions
1.21–1.21.8Downloads
25Publication date
July 30, 2025 at 2:53 PMPublisher
meigoc
Developer