Skip to content

Commit

Permalink
1.20默认配置
Browse files Browse the repository at this point in the history
  • Loading branch information
Wulian233 authored Jan 20, 2024
1 parent c493c3b commit 46a9f64
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
@Config(name = VMTranslationUpdate.MOD_ID)
public class ModConfigs implements ConfigData {
public boolean autoSwitchLanguage = false;
public boolean checkModPackTranslationUpdate = false;
public boolean autoDownloadVMTranslationPack = false;
public boolean autoInstallVMTranslationPack = false;
public boolean displayTips = false;
public boolean playerNameCheck = false;
public String modPackTranslationUpdateCheckUrl = "https://vmct-cn.top/example/update.txt";
public String modPackTranslationUrl = "https://vmct-cn.top/example/";
public boolean checkModPackTranslationUpdate = true;
public boolean autoDownloadVMTranslationPack = true;
public boolean autoInstallVMTranslationPack = true;
public boolean displayTips = true;
public boolean playerNameCheck = true;
public String modPackTranslationUpdateCheckUrl = "https://vmct-cn.top/modpacks/example/update.txt";
public String modPackTranslationUrl = "https://vmct-cn.top/modpacks/example/";
public String tipsUrl = "https://vmct-cn.top/tips.txt";
public String modPackTranslationVersion = "1.0.0";
public int tipsMinutes = 25;
public String traslationPackName = "VM汉化组模组汉化包1.20";
public String traslationPackUrl= "https://cdn-raw.modrinth.com/data/IDWIdXwS/versions/V5YtW17O/";
public String traslationPackUrl= "https://cdn.modrinth.com/data/IDWIdXwS/versions/V5YtW17O/VM汉化组模组汉化包1.20";
public String nameUrl = "https://vmct-cn.top/name.json";
}

0 comments on commit 46a9f64

Please sign in to comment.