Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zkitefly authored Jan 11, 2023
1 parent 01e3c67 commit 05dec25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
public class I18nModConfig implements ConfigData {
@ConfigEntry.Gui.PrefixText
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.zip";
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 @@ -8,6 +8,6 @@
public class I18nModConfig implements ConfigData {
@ConfigEntry.Gui.PrefixText
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.zip";
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 @@ -8,6 +8,6 @@
public class I18nModConfig implements ConfigData {
@ConfigEntry.Gui.PrefixText
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.zip";
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 05dec25

Please sign in to comment.