You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
animated_java.dialog.blueprint_settings.interpolation_duration.description: The duration of the smoothing between keyframes in ticks. This is the time it takes for the model to transition from one keyframe to the next. Higher values will cause animations to lose precision. Generally, you want this to have a value of 1 or 2.
195
+
animated_java.dialog.blueprint_settings.interpolation_duration.description: How many ticksit takes for the model to transition from one frame to the next. Higher values will cause animations to lose precision. Generally, you want this to have a value of 1 or 2.
animated_java.dialog.blueprint_settings.teleportation_duration.description: The duration of the teleportation between keyframes in ticks. This is the time over which the model will visually interpolate between it's old position to it's new position. Higher values will cause animations to lose precision.
198
+
animated_java.dialog.blueprint_settings.teleportation_duration.description: How many ticks it takes for the entity to move from it's old position to it's new position when teleported. Higher values will cause animated locators with "Use Entity" enabled to lose precision.
200
199
201
200
animated_java.dialog.blueprint_settings.use_storage_for_animation.title: Use Storage for Animation
Whether or not to use NBT storage to store animation data instead of functions.
204
203
This will vastly reduce the number of functions in the generated Data Pack, but is 42% slower than the function method.
205
204
206
-
animated_java.dialog.blueprint_settings.show_function_errors.title: Show Function Errors
207
-
animated_java.dialog.blueprint_settings.show_function_errors.description: Whether or not to show errors in chat when running functions in-game if they're used incorrectly.
205
+
animated_java.dialog.blueprint_settings.show_function_errors.title: Function Errors
206
+
animated_java.dialog.blueprint_settings.show_function_errors.description: Whether or not to show errors in chat when incorrectly using functions.
208
207
209
-
animated_java.dialog.blueprint_settings.show_outdated_warning.title: Show Outdated Warning
210
-
animated_java.dialog.blueprint_settings.show_outdated_warning.description: Whether or not to show a warning in chat when a Rig Instance is outdated.
animated_java.dialog.blueprint_settings.show_outdated_warning.description: Whether or not to show a warning in chat when a Rig Instance is outdated, and needs to be resummoned.
0 commit comments