Skip to content

Commit 3c77f2b

Browse files
committed
1.21
1 parent ff4e29c commit 3c77f2b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform
33

44
object Constants {
55
// https://fabricmc.net/develop/
6-
const val MINECRAFT_VERSION: String = "1.21-rc1"
6+
const val MINECRAFT_VERSION: String = "1.21"
77
const val FABRIC_LOADER_VERSION: String = "0.15.11"
8-
const val FABRIC_API_VERSION: String = "0.100.0+1.21"
8+
const val FABRIC_API_VERSION: String = "0.100.1+1.21"
99

1010
// https://semver.org/
1111
const val MOD_VERSION: String = "1.7.1"
1212

13-
const val CUSTOM_SODIUM: Boolean = true
13+
const val CUSTOM_SODIUM: Boolean = false
1414
const val CUSTOM_SODIUM_NAME: String = "sodium-fabric-0.5.9-snapshotmc1.21-pre3-local.jar"
1515

1616
const val IS_SHARED_BETA: Boolean = false
1717
const val ACTIVATE_RENDERDOC: Boolean = true
1818
const val BETA_TAG: String = "DH Support"
1919
const val BETA_VERSION = 4
2020

21-
const val SODIUM_VERSION: String = "mc1.20.6-0.5.8"
21+
const val SODIUM_VERSION: String = "mc1.21-0.5.9"
2222
}
2323

2424
repositories {

0 commit comments

Comments
 (0)