Vanilla 26.1.2 updates script

This commit is contained in:
2026-05-31 10:03:36 +02:00
parent 3c062a9de5
commit 8b6419b560
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ if(!(new File("packwiz-installer-bootstrap.jar").exists())){
}
String side = System.getProperty("modpack.side","client")
String uri = System.getProperty("modpack.uri","https://baka.materus.pl/materus/banana-mc/raw/branch/1.21.1-v2/pack.toml")
String uri = System.getProperty("modpack.uri","https://baka.materus.pl/materus/banana-mc/raw/branch/vanilla_plus-26.1.2/pack.toml")
String gui = System.getProperty("modpack.gui","true")
String instanceJava = System.getenv("INST_JAVA")