Skip to content

Commit 257f0a0

Browse files
committed
Clarify pack.mcmeta error messages a little
1 parent 6450185 commit 257f0a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exporters/datapackExporter/lang/en.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ animated_java.datapack_exporter.settings.datapack_mcmeta.error.unset: |-
88
You must select a Data Pack folder.
99
animated_java.datapack_exporter.settings.datapack_mcmeta.error.invalid: |-
1010
The selected path is not a valid Data Pack!
11-
Make sure you've selected the pack.mcmeta file of a valid Data Pack.
11+
Make sure you've selected the correct pack.mcmeta, and that the Data Pack has a data folder.
1212
1313
animated_java.datapack_exporter.settings.interpolation_duration: Interpolation Duration
1414
animated_java.datapack_exporter.settings.interpolation_duration.description: |-

src/lang/en.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ animated_java.project_settings.resource_pack_mcmeta.error.unset: |-
132132
You must select a Resource Pack.
133133
animated_java.project_settings.resource_pack_mcmeta.error.invalid_path: |-
134134
The selected path is not a valid Resource Pack!
135-
Make sure you've selected the pack.mcmeta file of a valid Resource Pack.
135+
Make sure you've selected the correct pack.mcmeta, and that the Resource Pack has an assets folder.
136136
137137
animated_java.project_settings.verbose: Verbose
138138
animated_java.project_settings.verbose.description: |-

0 commit comments

Comments
 (0)