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
Copy file name to clipboardExpand all lines: src/lang/en.yml
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -275,11 +275,11 @@ animated_java.dialog.variant_config.texture_map.description: A map of which text
275
275
animated_java.dialog.variant_config.texture_map.create_new_mapping: Create New Mapping
276
276
animated_java.dialog.variant_config.texture_map.no_mappings: Variant has no mapped textures.
277
277
278
-
animated_java.dialog.variant_config.bone_lists.description: A list of bones to include or exclude from the Variant. Only bones in the included list will be modified by the Variant, and bones in the excluded list will be ignored.
animated_java.dialog.variant_config.excluded_bones.description: A list of bones to exclude from the Variant. These bones will not be modified by the Variant.
281
-
animated_java.dialog.variant_config.included_bones.title: Included Bones
282
-
animated_java.dialog.variant_config.included_bones.description: A list of bones to include in the Variant. Only these bones will be modified by the Variant.
278
+
animated_java.dialog.variant_config.bone_lists.description: A list of nodes to include or exclude from the Variant. Only nodes in the included list will be modified by the Variant, and nodes in the excluded list will be ignored.
animated_java.dialog.variant_config.excluded_nodes.description: A list of nodes to exclude from the Variant. These nodes will not be modified by the Variant.
281
+
animated_java.dialog.variant_config.included_nodes.title: Included Nodes
282
+
animated_java.dialog.variant_config.included_nodes.description: A list of nodes to include in the Variant. Only these nodes will be modified by the Variant.
animated_java.dialog.animation_properties.loop_delay.description: The delay between loops. This is the time the animation will pause before starting again. This is only used when the Loop Mode is set to Loop.
308
308
309
-
animated_java.dialog.animation_properties.bone_lists.description: A list of bones to include or exclude from the animation. Only bones in the included list will be modified by the animation, and bones in the excluded list will be ignored.
animated_java.dialog.animation_properties.excluded_bones.description: A list of bones to exclude from the animation. These bones will not be modified by the animation.
312
-
animated_java.dialog.animation_properties.included_bones.title: Included Bones
313
-
animated_java.dialog.animation_properties.included_bones.description: A list of bones to include in the animation. Only these bones will be modified by the animation.
309
+
animated_java.dialog.animation_properties.bone_lists.description: A list of nodes to include or exclude from the animation. Only nodes in the included list will be modified by the animation, and nodes in the excluded list will be ignored.
animated_java.dialog.animation_properties.excluded_nodes.description: A list of nodes to exclude from the animation. These nodes will not be modified by the animation.
312
+
animated_java.dialog.animation_properties.included_nodes.title: Included Nodes
313
+
animated_java.dialog.animation_properties.included_nodes.description: A list of nodes to include in the animation. Only these nodes will be modified by the animation.
0 commit comments