Skip to content

Commit

Permalink
1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Jun 13, 2024
1 parent ff4e29c commit 3c77f2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform

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

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

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

const val IS_SHARED_BETA: Boolean = false
const val ACTIVATE_RENDERDOC: Boolean = true
const val BETA_TAG: String = "DH Support"
const val BETA_VERSION = 4

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

repositories {
Expand Down

0 comments on commit 3c77f2b

Please sign in to comment.