diff --git a/index.toml b/index.toml index 8565db5..c9ce6d9 100644 --- a/index.toml +++ b/index.toml @@ -449,7 +449,7 @@ hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" [[files]] file = "scripts/preStartup.groovy" -hash = "6ed3051b6e41173bd57f695841bfaa63978cc2e69c23cbfa1103c81ee9292d21" +hash = "0275f110686efac6ffd2dc55046e08580665790e6ee8d04fae41340cd79667c0" [[files]] file = "shaderpacks/ComplementaryReimagined_r5.8.1 + EuphoriaPatches_1.9.2.zip" diff --git a/pack.toml b/pack.toml index f3996c4..8d55e3e 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "6004da53a96f8854df06249b236e6d556df27e2a9dd8378479d562a831ef8a2d" +hash = "24e84242a9df26e0bc315c5f4db95a0fb647972764f14d5698c7c1f1a50df7de" [versions] fabric = "0.19.2" diff --git a/scripts/preStartup.groovy b/scripts/preStartup.groovy index bdf5dae..c4b30f6 100755 --- a/scripts/preStartup.groovy +++ b/scripts/preStartup.groovy @@ -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")