Skip to content

Commit 16be2af

Browse files
author
IMS212
committed
release buildscript change
1 parent 772e86b commit 16be2af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildscript/src/main/java/Buildscript.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
public class Buildscript extends SimpleFabricProject {
4545
static final boolean SODIUM = true;
4646
static final boolean CUSTOM_SODIUM = false;
47-
static final String MC_VERSION = "1.19.1-rc1";
47+
static final String MC_VERSION = "1.19.1";
4848
static final String customSodiumName = "";
4949

5050
private static final String[] SOURCE_SETS = new String[] {
@@ -60,7 +60,7 @@ public class Buildscript extends SimpleFabricProject {
6060

6161
@Override
6262
public VersionMeta createMcVersion() {
63-
return Minecraft.getVersion(MC_VERSION);
63+
return Minecraft.getVersion("1.19.1-rc2");
6464
}
6565

6666
@Override
@@ -178,7 +178,7 @@ public String getVersion() {
178178

179179
@Override
180180
public Path getBuildJarPath() {
181-
return getBuildLibsDir().resolve(getModId() + "-" + "mc" + createMcVersion().version + "-" + getVersion() + ".jar");
181+
return getBuildLibsDir().resolve(getModId() + "-" + "mc" + MC_VERSION + "-" + getVersion() + ".jar");
182182
}
183183

184184
@Override

0 commit comments

Comments
 (0)