Skip to content

Commit 12440d2

Browse files
committed
🚧 Interpolation Duration setting title fix
1 parent 8162c4d commit 12440d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lang/en.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ animated_java.dialog.blueprint_settings.export_namespace.error.reserved: The exp
5454
animated_java.dialog.blueprint_settings.export_namespace.error.invalid_characters: The export namespace contains invalid characters! Namespaces can only contain letters, numbers, and underscores.
5555

5656
animated_java.dialog.blueprint_settings.enable_plugin_mode.title: Plugin Mode
57-
animated_java.dialog.blueprint_settings.enable_plugin_mode.description: Whether or not to enable Plugin Mode. Enable when you plan to use the .ajblueprint file in a plugin instead of a Resource Pack and/or Data Pack.
57+
animated_java.dialog.blueprint_settings.enable_plugin_mode.description: Whether or not to enable Plugin Mode. Enable when you plan to use a Plugin-based solution instead of a Resource Pack and/or Data Pack.
5858

5959
animated_java.dialog.blueprint_settings.resource_pack_export_mode.title: Resource Pack Export Mode
6060
animated_java.dialog.blueprint_settings.resource_pack_export_mode.description: |-
@@ -155,7 +155,7 @@ animated_java.dialog.blueprint_settings.summon_commands.description: |-
155155
Commands to run as the root entity when summoned.
156156
Treat this text input as a .mcfunction file. (Also supports MC-Build syntax!)
157157
158-
animated_java.dialog.blueprint_settings.interpolation_duration.title: Interp Duration
158+
animated_java.dialog.blueprint_settings.interpolation_duration.title: Interpolation Duration
159159
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.
160160

161161
animated_java.dialog.blueprint_settings.teleportation_duration.title: Teleport Duration

0 commit comments

Comments
 (0)