Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Sep 2, 2023
1 parent 0a9052f commit 65e88b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class PackDownloadUtil {
private static final MinecraftClient client = MinecraftClient.getInstance();
public static final Path resourcePackDir = client.getResourcePackDir().toPath();
public static String resourcePackName = ModConfigUtil.getConfig().packName + ".zip";
private static Path resPackFilePath = resourcePackDir.resolve(resourcePackName);
private static final Path resPackFilePath = resourcePackDir.resolve(resourcePackName);

public static void downloadResPack() {
// 检查游戏下资源包目录
Expand Down

0 comments on commit 65e88b7

Please sign in to comment.