Skip to content

Commit

Permalink
Merge pull request CFPAOrg#14 from zkitefly/patch-5
Browse files Browse the repository at this point in the history
修改 downloadLink resourcePackName md5Name(1.19.3-all/dev)
  • Loading branch information
TexBlock authored Jan 11, 2023
2 parents 0eabc1f + 05dec25 commit cecc789
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@Config(name = I18nUpdateMod.MOD_ID)
public class I18nModConfig implements ConfigData {
@ConfigEntry.Gui.PrefixText
public static String downloadLink = "https://ghproxy.com/https://raw.githubusercontent.com/zkitefly/TranslationPackMirror/main/files";
public static String resourcePackName = "Minecraft-Mod-Language-Modpack-1-18-Fabric";
public static String md5Name = "1.18-fabric";
public static String downloadLink = "https://ghproxy.com/https://raw.githubusercontent.com/zkitefly/TranslationPackConvert/main/files";
public static String resourcePackName = "Minecraft-Mod-Language-Modpack-1-18-FabricT1-19-3-Fabric";
public static String md5Name = "1.18-fabrict1.19.3-fabric";
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@Config(name = I18nUpdateMod.MOD_ID)
public class I18nModConfig implements ConfigData {
@ConfigEntry.Gui.PrefixText
public static String downloadLink = "https://ghproxy.com/https://raw.githubusercontent.com/zkitefly/TranslationPackMirror/main/files";
public static String resourcePackName = "Minecraft-Mod-Language-Modpack-1-18";
public static String md5Name = "1.18";
public static String downloadLink = "https://ghproxy.com/https://raw.githubusercontent.com/zkitefly/TranslationPackConvert/main/files";
public static String resourcePackName = "Minecraft-Mod-Language-Modpack-1-18T1-19-3";
public static String md5Name = "1.18t1.19.3";
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@Config(name = I18nUpdateMod.MOD_ID)
public class I18nModConfig implements ConfigData {
@ConfigEntry.Gui.PrefixText
public static String downloadLink = "https://ghproxy.com/https://raw.githubusercontent.com/zkitefly/TranslationPackMirror/main/files";
public static String resourcePackName = "Minecraft-Mod-Language-Modpack-1-18-Fabric";
public static String md5Name = "1.18-fabric";
public static String downloadLink = "https://ghproxy.com/https://raw.githubusercontent.com/zkitefly/TranslationPackConvert/main/files";
public static String resourcePackName = "Minecraft-Mod-Language-Modpack-1-18-FabricT1-19-3-Fabric";
public static String md5Name = "1.18-fabrict1.19.3-fabric";
}

0 comments on commit cecc789

Please sign in to comment.