Skip to content

Commit c12deb6

Browse files
committed
✨ Buttery Smooth rotation for rigs in MC 1.21.4 and above
- Switched to UUID selection over passenger branching. - Added `as_node` function. - Fixed `move` function not transforming floating entities correctly.
1 parent 8c2621a commit c12deb6

6 files changed

Lines changed: 336 additions & 89 deletions

File tree

src/lang/en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ animated_java.dialog.blueprint_settings.json_file.description: The path to the J
278278
animated_java.dialog.blueprint_settings.json_file.error.no_file_selected: No file selected!
279279
animated_java.dialog.blueprint_settings.json_file.error.not_a_file: The selected path is not a file!
280280

281-
## Bone Config Dialog
281+
## Display Entity Config Dialog
282282
animated_java.dialog.display_entity.title: Display Entity Config for "{0}"
283283

284284
animated_java.dialog.display_entity.node_options.title: Node

src/systems/datapackCompiler/1.20.4/global.mcbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ template debug {
55
tellraw @a <%TELLRAW.FUNCTION_NOT_EXECUTED_AS_ROOT_ERROR(context.functions.at(-1), root_tag)%>
66
}
77
}
8-
}
8+
}

0 commit comments

Comments
 (0)