-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
454a412
commit 7e78db4
Showing
20 changed files
with
1,100 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"fml.loadingerrorscreen.errorheader": "Error loading mods\n{0,choice,1#1 error has|1<{0} errors have} occurred during loading", | ||
"fml.loadingerrorscreen.warningheader": "{0,choice,1#Warning|1<Warnings} while loading mods\n{0,choice,1#1 warning has|1<{0} warnings have} occurred during loading", | ||
"fml.language.missingversion": "Mod File {5} needs language provider {3}:{4,vr} to load\n§7We have found {6,i18n,fml.messages.artifactversion}", | ||
"fml.modloading.missingclasses": "The Mod File {3} has mods that were not found", | ||
"fml.modloading.missingmetadata": "mods.toml missing metadata for modid {3}", | ||
"fml.modloading.failedtoloadmodclass": "{0,modinfo,name} ({0,modinfo,id}) has class loading errors\n§7{2,exc,msg}", | ||
"fml.modloading.failedtoloadmod": "{0,modinfo,name} ({0,modinfo,id}) has failed to load correctly\n§7{2,exc,msg}", | ||
"fml.modloading.feature.missing": "{0,modinfo,name} ({0,modinfo,id}) is missing a feature it requires to run\n§7It requires {3,featurebound} but {4} is available", | ||
"fml.modloading.uncaughterror": "An uncaught parallel processing error has occurred.\n§7{2,exc,msg}", | ||
"fml.modloading.errorduringevent": "{0,modinfo,name} ({0,modinfo,id}) encountered an error while dispatching the {3} event\n§7{2,exc,msg}", | ||
"fml.modloading.failedtoloadforge": "Failed to load NeoForge", | ||
"fml.modloading.missingdependency": "Mod §e{4}§r requires §6{3}§r §o{5,vr}§r\n§7Currently, §6{3}§r§7 is §o{6,i18n,fml.messages.artifactversion.ornotinstalled}§r\n{7,optional,§7Reason for the dependency: §r}", | ||
"fml.modloading.missingdependency.optional": "Mod §e{4}§r only supports §3{3}§r §o{5,vr}§r\n§7Currently, §3{3}§r§7 is §o{6}", | ||
"fml.modloading.incompatiblemod": "Mod §e{4}§r is §cincompatible§r with §3{3}§r §o{5,vr}§r\n§7Currently, §3{3}§r§7 is §o{6}§r\n§7The reason is:§r §o{7,i18ntranslate}§r", | ||
"fml.modloading.discouragedmod": "Mod §e{3}§r §ddiscourages§r the use of §3{2}§r §o{4,vr}§r\n§7Currently, §3{2}§r§7 is §o{5}§r\n§7The reason is:§r §o{6,i18ntranslate}§r", | ||
"fml.modloading.discouragedmod.proceed": "Proceed at your own risk", | ||
"fml.modloading.incompatiblemod.noreason": "§eNo reason provided§r", | ||
"fml.modloading.discouragedmod.noreason": "§eNo reason provided§r", | ||
"fml.dependencyloading.conflictingdependencies": "Some mods have requested conflicting versions of: §6{3}§r. Requested by: §e{4}§r.", | ||
"fml.dependencyloading.mismatchedcontaineddependencies": "Some mods have agreed upon an acceptable version range for : §6{3}§r, but no jar was provided which matched the range. Requested by: §e{4}§r.", | ||
"fml.modloading.corrupted_installation": "Your NeoForge installation is corrupted, please try to reinstall", | ||
"fml.modloading.cycle": "Detected a mod dependency cycle: {0}", | ||
"fml.modloading.failedtoprocesswork": "{0,modinfo,name} ({0,modinfo,id}) encountered an error processing deferred work\n§7{2,exc,msg}", | ||
"fml.modloading.brokenfile": "File {2} is not a valid mod file", | ||
"fml.modloading.brokenfile.oldforge": "File {2} is for an old version of Minecraft Forge and cannot be loaded", | ||
"fml.modloading.brokenfile.minecraft_forge": "File {2} is for Minecraft Forge or an older version of NeoForge, and cannot be loaded", | ||
"fml.modloading.brokenfile.liteloader": "File {2} is a LiteLoader mod and cannot be loaded", | ||
"fml.modloading.brokenfile.fabric": "File {2} is a Fabric mod and cannot be loaded", | ||
"fml.modloading.brokenfile.optifine": "File {2} is an incompatible version of OptiFine", | ||
"fml.modloading.brokenfile.bukkit": "File {2} is a Bukkit or Bukkit-implementor (Spigot, Paper, etc.) plugin and cannot be loaded", | ||
"fml.modloading.brokenfile.invalidzip": "File {2} is not a jar file", | ||
"fml.modloading.brokenresources": "File {2} failed to load a valid ResourcePackInfo", | ||
"fml.modloading.missinglicense": "Missing License Information in file {3}", | ||
"fml.modloading.technical_error": "A technical error occurred during mod loading: {3}", | ||
"fml.modloading.invalid_maven_coordinate": "The following Maven coordinate is invalid: {3}", | ||
"fml.modloading.maven_coordinate_not_found": "No mod with the Maven coordinate {3} could be found in {4}", | ||
"fml.modloading.failed_to_list_folder_content": "Failed to list content of folder {3}", | ||
"fml.modloading.failed_to_find_on_classpath": "Failed to find {3} on the classpath", | ||
"fml.modloading.multiple_copies_on_classpath": "Found multiple copies of {3} on the classpath: {4}", | ||
"fml.messages.artifactversion.ornotinstalled": "{0,ornull,fml.messages.artifactversion.notinstalled}", | ||
"fml.messages.artifactversion": "{0,ornull,fml.messages.artifactversion.none}", | ||
"fml.messages.artifactversion.none": "none", | ||
"fml.messages.artifactversion.notinstalled": "§nnot installed", | ||
"fml.messages.version.restriction.any": "any", | ||
"fml.messages.version.restriction.lower.inclusive": "{0} or above", | ||
"fml.messages.version.restriction.lower.exclusive": "above {0}", | ||
"fml.messages.version.restriction.upper.inclusive": "{0} or below", | ||
"fml.messages.version.restriction.upper.exclusive": "below {0}", | ||
"fml.messages.version.restriction.bounded": "between {0} and {1}", | ||
"fml.messages.version.restriction.bounded.inclusive": "between {0} and {1} (inclusive)", | ||
"fml.messages.version.restriction.bounded.exclusive": "between {0} and {1} (exclusive)", | ||
"fml.messages.version.restriction.bounded.lowerexclusive": "above {0}, and {1} or below", | ||
"fml.messages.version.restriction.bounded.upperexclusive": "{0} or above, and below {1}" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"fml.loadingerrorscreen.errorheader": "Error loading mods\n{0,choice,1#1 error has|1<{0} errors have} occurred during loading", | ||
"fml.loadingerrorscreen.warningheader": "{0,choice,1#Warning|1<Warnings} while loading mods\n{0,choice,1#1 warning has|1<{0} warnings have} occurred during loading", | ||
"fml.language.missingversion": "Mod File {5} needs language provider {3}:{4,vr} to load\n§7We have found {6,i18n,fml.messages.artifactversion}", | ||
"fml.modloading.missingclasses": "The Mod File {3} has mods that were not found", | ||
"fml.modloading.missingmetadata": "mods.toml missing metadata for modid {3}", | ||
"fml.modloading.failedtoloadmodclass": "{0,modinfo,name} ({0,modinfo,id}) has class loading errors\n§7{2,exc,msg}", | ||
"fml.modloading.failedtoloadmod": "{0,modinfo,name} ({0,modinfo,id}) has failed to load correctly\n§7{2,exc,msg}", | ||
"fml.modloading.feature.missing": "{0,modinfo,name} ({0,modinfo,id}) is missing a feature it requires to run\n§7It requires {3,featurebound} but {4} is available", | ||
"fml.modloading.uncaughterror": "An uncaught parallel processing error has occurred.\n§7{2,exc,msg}", | ||
"fml.modloading.errorduringevent": "{0,modinfo,name} ({0,modinfo,id}) encountered an error while dispatching the {3} event\n§7{2,exc,msg}", | ||
"fml.modloading.failedtoloadforge": "Failed to load NeoForge", | ||
"fml.modloading.missingdependency": "Mod §e{4}§r requires §6{3}§r §o{5,vr}§r\n§7Currently, §6{3}§r§7 is §o{6,i18n,fml.messages.artifactversion.ornotinstalled}§r\n{7,optional,§7Reason for the dependency: §r}", | ||
"fml.modloading.missingdependency.optional": "Mod §e{4}§r only supports §3{3}§r §o{5,vr}§r\n§7Currently, §3{3}§r§7 is §o{6}", | ||
"fml.modloading.incompatiblemod": "Mod §e{4}§r is §cincompatible§r with §3{3}§r §o{5,vr}§r\n§7Currently, §3{3}§r§7 is §o{6}§r\n§7The reason is:§r §o{7,i18ntranslate}§r", | ||
"fml.modloading.discouragedmod": "Mod §e{3}§r §ddiscourages§r the use of §3{2}§r §o{4,vr}§r\n§7Currently, §3{2}§r§7 is §o{5}§r\n§7The reason is:§r §o{6,i18ntranslate}§r", | ||
"fml.modloading.discouragedmod.proceed": "Proceed at your own risk", | ||
"fml.modloading.incompatiblemod.noreason": "§eNo reason provided§r", | ||
"fml.modloading.discouragedmod.noreason": "§eNo reason provided§r", | ||
"fml.dependencyloading.conflictingdependencies": "Some mods have requested conflicting versions of: §6{3}§r. Requested by: §e{4}§r.", | ||
"fml.dependencyloading.mismatchedcontaineddependencies": "Some mods have agreed upon an acceptable version range for : §6{3}§r, but no jar was provided which matched the range. Requested by: §e{4}§r.", | ||
"fml.modloading.corrupted_installation": "Your NeoForge installation is corrupted, please try to reinstall", | ||
"fml.modloading.cycle": "Detected a mod dependency cycle: {0}", | ||
"fml.modloading.failedtoprocesswork": "{0,modinfo,name} ({0,modinfo,id}) encountered an error processing deferred work\n§7{2,exc,msg}", | ||
"fml.modloading.brokenfile": "File {2} is not a valid mod file", | ||
"fml.modloading.brokenfile.oldforge": "File {2} is for an old version of Minecraft Forge and cannot be loaded", | ||
"fml.modloading.brokenfile.minecraft_forge": "File {2} is for Minecraft Forge or an older version of NeoForge, and cannot be loaded", | ||
"fml.modloading.brokenfile.liteloader": "File {2} is a LiteLoader mod and cannot be loaded", | ||
"fml.modloading.brokenfile.fabric": "File {2} is a Fabric mod and cannot be loaded", | ||
"fml.modloading.brokenfile.optifine": "File {2} is an incompatible version of OptiFine", | ||
"fml.modloading.brokenfile.bukkit": "File {2} is a Bukkit or Bukkit-implementor (Spigot, Paper, etc.) plugin and cannot be loaded", | ||
"fml.modloading.brokenfile.invalidzip": "File {2} is not a jar file", | ||
"fml.modloading.brokenresources": "File {2} failed to load a valid ResourcePackInfo", | ||
"fml.modloading.missinglicense": "Missing License Information in file {3}", | ||
"fml.modloading.technical_error": "A technical error occurred during mod loading: {3}", | ||
"fml.modloading.invalid_maven_coordinate": "The following Maven coordinate is invalid: {3}", | ||
"fml.modloading.maven_coordinate_not_found": "No mod with the Maven coordinate {3} could be found in {4}", | ||
"fml.modloading.failed_to_list_folder_content": "Failed to list content of folder {3}", | ||
"fml.modloading.failed_to_find_on_classpath": "Failed to find {3} on the classpath", | ||
"fml.modloading.multiple_copies_on_classpath": "Found multiple copies of {3} on the classpath: {4}", | ||
"fml.messages.artifactversion.ornotinstalled": "{0,ornull,fml.messages.artifactversion.notinstalled}", | ||
"fml.messages.artifactversion": "{0,ornull,fml.messages.artifactversion.none}", | ||
"fml.messages.artifactversion.none": "none", | ||
"fml.messages.artifactversion.notinstalled": "§nnot installed", | ||
"fml.messages.version.restriction.any": "any", | ||
"fml.messages.version.restriction.lower.inclusive": "{0} or above", | ||
"fml.messages.version.restriction.lower.exclusive": "above {0}", | ||
"fml.messages.version.restriction.upper.inclusive": "{0} or below", | ||
"fml.messages.version.restriction.upper.exclusive": "below {0}", | ||
"fml.messages.version.restriction.bounded": "between {0} and {1}", | ||
"fml.messages.version.restriction.bounded.inclusive": "between {0} and {1} (inclusive)", | ||
"fml.messages.version.restriction.bounded.exclusive": "between {0} and {1} (exclusive)", | ||
"fml.messages.version.restriction.bounded.lowerexclusive": "above {0}, and {1} or below", | ||
"fml.messages.version.restriction.bounded.upperexclusive": "{0} or above, and below {1}" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"fml.loadingerrorscreen.errorheader": "Error loading mods\n{0,choice,1#1 error has|1<{0} errors have} occurred during loading", | ||
"fml.loadingerrorscreen.warningheader": "{0,choice,1#Warning|1<Warnings} while loading mods\n{0,choice,1#1 warning has|1<{0} warnings have} occurred during loading", | ||
"fml.language.missingversion": "Mod File {5} needs language provider {3}:{4,vr} to load\n§7We have found {6,i18n,fml.messages.artifactversion}", | ||
"fml.modloading.missingclasses": "The Mod File {3} has mods that were not found", | ||
"fml.modloading.missingmetadata": "mods.toml missing metadata for modid {3}", | ||
"fml.modloading.failedtoloadmodclass": "{0,modinfo,name} ({0,modinfo,id}) has class loading errors\n§7{2,exc,msg}", | ||
"fml.modloading.failedtoloadmod": "{0,modinfo,name} ({0,modinfo,id}) has failed to load correctly\n§7{2,exc,msg}", | ||
"fml.modloading.feature.missing": "{0,modinfo,name} ({0,modinfo,id}) is missing a feature it requires to run\n§7It requires {3,featurebound} but {4} is available", | ||
"fml.modloading.uncaughterror": "An uncaught parallel processing error has occurred.\n§7{2,exc,msg}", | ||
"fml.modloading.errorduringevent": "{0,modinfo,name} ({0,modinfo,id}) encountered an error during the {1,lower} event phase\n§7{2,exc,msg}", | ||
"fml.modloading.failedtoloadforge": "Failed to load NeoForge", | ||
"fml.modloading.missingdependency": "Mod §e{4}§r requires §6{3}§r §o{5,vr}§r\n§7Currently, §6{3}§r§7 is §o{6,i18n,fml.messages.artifactversion.ornotinstalled}§r\n{7,optional,§7Reason for the dependency: §r}", | ||
"fml.modloading.missingdependency.optional": "Mod §e{4}§r only supports §3{3}§r §o{5,vr}§r\n§7Currently, §3{3}§r§7 is §o{6}", | ||
"fml.modloading.incompatiblemod": "Mod §e{4}§r is §cincompatible§r with §3{3}§r §o{5,vr}§r\n§7Currently, §3{3}§r§7 is §o{6}§r\n§7The reason is:§r §o{7,i18ntranslate}§r", | ||
"fml.modloading.discouragedmod": "Mod §e{3}§r §ddiscourages§r the use of §3{2}§r §o{4,vr}§r\n§7Currently, §3{2}§r§7 is §o{5}§r\n§7The reason is:§r §o{6,i18ntranslate}§r", | ||
"fml.modloading.discouragedmod.proceed": "Proceed at your own risk", | ||
"fml.modloading.incompatiblemod.noreason": "§eNo reason provided§r", | ||
"fml.modloading.discouragedmod.noreason": "§eNo reason provided§r", | ||
"fml.dependencyloading.conflictingdependencies": "Some mods have requested conflicting versions of: §6{3}§r. Requested by: §e{4}§r.", | ||
"fml.dependencyloading.mismatchedcontaineddependencies": "Some mods have agreed upon an acceptable version range for : §6{3}§r, but no jar was provided which matched the range. Requested by: §e{4}§r.", | ||
"fml.modloading.corrupted_installation": "Your NeoForge installation is corrupted, please try to reinstall", | ||
"fml.modloading.cycle": "Detected a mod dependency cycle: {0}", | ||
"fml.modloading.failedtoprocesswork": "{0,modinfo,name} ({0,modinfo,id}) encountered an error processing deferred work\n§7{2,exc,msg}", | ||
"fml.modloading.brokenfile": "File {2} is not a valid mod file", | ||
"fml.modloading.brokenfile.oldforge": "File {2} is for an old version of Minecraft Forge and cannot be loaded", | ||
"fml.modloading.brokenfile.minecraft_forge": "File {2} is for Minecraft Forge or an older version of NeoForge, and cannot be loaded", | ||
"fml.modloading.brokenfile.liteloader": "File {2} is a LiteLoader mod and cannot be loaded", | ||
"fml.modloading.brokenfile.fabric": "File {2} is a Fabric mod and cannot be loaded", | ||
"fml.modloading.brokenfile.optifine": "File {2} is an incompatible version of OptiFine", | ||
"fml.modloading.brokenfile.bukkit": "File {2} is a Bukkit or Bukkit-implementor (Spigot, Paper, etc.) plugin and cannot be loaded", | ||
"fml.modloading.brokenfile.invalidzip": "File {2} is not a jar file", | ||
"fml.modloading.brokenresources": "File {2} failed to load a valid ResourcePackInfo", | ||
"fml.modloading.missinglicense": "Missing License Information in file {3}", | ||
"fml.modloading.technical_error": "A technical error occurred during mod loading: {3}", | ||
"fml.modloading.invalid_maven_coordinate": "The following Maven coordinate is invalid: {3}", | ||
"fml.modloading.maven_coordinate_not_found": "No mod with the Maven coordinate {3} could be found in {4}", | ||
"fml.modloading.failed_to_list_folder_content": "Failed to list content of folder {3}", | ||
"fml.modloading.failed_to_find_on_classpath": "Failed to find {3} on the classpath", | ||
"fml.modloading.multiple_copies_on_classpath": "Found multiple copies of {3} on the classpath: {4}", | ||
"fml.messages.artifactversion.ornotinstalled": "{0,ornull,fml.messages.artifactversion.notinstalled}", | ||
"fml.messages.artifactversion": "{0,ornull,fml.messages.artifactversion.none}", | ||
"fml.messages.artifactversion.none": "none", | ||
"fml.messages.artifactversion.notinstalled": "§nnot installed", | ||
"fml.messages.version.restriction.any": "any", | ||
"fml.messages.version.restriction.lower.inclusive": "{0} or above", | ||
"fml.messages.version.restriction.lower.exclusive": "above {0}", | ||
"fml.messages.version.restriction.upper.inclusive": "{0} or below", | ||
"fml.messages.version.restriction.upper.exclusive": "below {0}", | ||
"fml.messages.version.restriction.bounded": "between {0} and {1}", | ||
"fml.messages.version.restriction.bounded.inclusive": "between {0} and {1} (inclusive)", | ||
"fml.messages.version.restriction.bounded.exclusive": "between {0} and {1} (exclusive)", | ||
"fml.messages.version.restriction.bounded.lowerexclusive": "above {0}, and {1} or below", | ||
"fml.messages.version.restriction.bounded.upperexclusive": "{0} or above, and below {1}" | ||
} |
Oops, something went wrong.