File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,22 +3,22 @@ import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform
33
44object 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
2424repositories {
You can’t perform that action at this time.
0 commit comments