Skip to content

Commit

Permalink
更新 ConfigScreen.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Wulian233 authored Sep 3, 2023
1 parent f5538a7 commit dfba4df
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ public class ConfigScreen implements ConfigData {
public String tipsUrl = "https://vmct-cn.top/tips.txt";
public String translationVersion = "1.0.0";
public int minutes = 25;
public String packName = "VM汉化组模组汉化包1.18";
public String packUrl= "https://cdn.modrinth.com/data/IDWIdXwS/versions/xCpjJgHS/VM%E6%B1%89%E5%8C%96%E7%BB%84%E6%A8%A1%E7%BB%84%E6%B1%89%E5%8C%96%E5%8C%851.18";
public String packName = "VM汉化组模组汉化包1.16";
public String packUrl= "https://cdn-raw.modrinth.com/data/IDWIdXwS/versions/G2F45m19/VM%E6%B1%89%E5%8C%96%E7%BB%84%E6%A8%A1%E7%BB%84%E6%B1%89%E5%8C%96%E5%8C%851.16";
}

0 comments on commit dfba4df

Please sign in to comment.