Vanilla 26.1.2 updates script

This commit is contained in:
Mateusz Słodkowicz 2026-05-31 10:03:36 +02:00
parent 3c062a9de5
commit 8b6419b560
Signed by: materus
SSH Key Fingerprint: SHA256:rzVduzTiiszuYfLPYD0SDZV+g8lxhpcRgpbOZA1X0Uo
3 changed files with 3 additions and 3 deletions

View File

@ -449,7 +449,7 @@ hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
[[files]] [[files]]
file = "scripts/preStartup.groovy" file = "scripts/preStartup.groovy"
hash = "6ed3051b6e41173bd57f695841bfaa63978cc2e69c23cbfa1103c81ee9292d21" hash = "0275f110686efac6ffd2dc55046e08580665790e6ee8d04fae41340cd79667c0"
[[files]] [[files]]
file = "shaderpacks/ComplementaryReimagined_r5.8.1 + EuphoriaPatches_1.9.2.zip" file = "shaderpacks/ComplementaryReimagined_r5.8.1 + EuphoriaPatches_1.9.2.zip"

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "6004da53a96f8854df06249b236e6d556df27e2a9dd8378479d562a831ef8a2d" hash = "24e84242a9df26e0bc315c5f4db95a0fb647972764f14d5698c7c1f1a50df7de"
[versions] [versions]
fabric = "0.19.2" fabric = "0.19.2"

View File

@ -5,7 +5,7 @@ if(!(new File("packwiz-installer-bootstrap.jar").exists())){
} }
String side = System.getProperty("modpack.side","client") 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 gui = System.getProperty("modpack.gui","true")
String instanceJava = System.getenv("INST_JAVA") String instanceJava = System.getenv("INST_JAVA")