File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
launcher/src/main/java/com/soulfiremc/launcher Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4545import java .util .stream .Stream ;
4646
4747public final class SFMinecraftDownloader {
48- private static final String MINECRAFT_VERSION = System .getProperty ("sf.mcVersionOverride" , "26.1.1 " );
48+ private static final String MINECRAFT_VERSION = System .getProperty ("sf.mcVersionOverride" , "26.1.2 " );
4949 private static final String MINECRAFT_CLIENT_JAR_NAME = "minecraft-%s-client.jar" .formatted (MINECRAFT_VERSION );
5050 private static final String MANIFEST_URL = "https://piston-meta.mojang.com/mc/game/version_manifest_v2.json" ;
5151
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ dependencies {
1919
2020 compileOnly(projects.shared)
2121
22- minecraft(" com.mojang:minecraft:26.1.1 " )
22+ minecraft(" com.mojang:minecraft:26.1.2 " )
2323 implementation(" net.fabricmc:fabric-loader:0.19.1" )
2424
25- val viaFabricPlusNotation = " com.viaversion:viafabricplus:4.5.1 "
25+ val viaFabricPlusNotation = " com.viaversion:viafabricplus:4.5.2 "
2626 implementation(viaFabricPlusNotation) {
2727 exclude(" org.lz4" )
2828 }
You can’t perform that action at this time.
0 commit comments