Skip to content

Commit f6c45c8

Browse files
committed
Finalize
1 parent 5a3ca67 commit f6c45c8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

build.gradle.kts

+2-6
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,17 @@ object Constants {
1414
// https://semver.org/
1515
const val MOD_VERSION: String = "1.7.6"
1616

17-
const val CUSTOM_SODIUM: Boolean = true
17+
const val CUSTOM_SODIUM: Boolean = false
1818
const val CUSTOM_SODIUM_NAME: String = "sodium-fabric-0.5.12-snapshot+mc1.20.1-build.612.jar"
1919

2020
const val IS_SHARED_BETA: Boolean = false
2121
const val ACTIVATE_RENDERDOC: Boolean = true
2222
const val BETA_TAG: String = "DH Support"
2323
const val BETA_VERSION = 4
2424

25-
const val SODIUM_VERSION: String = "mc1.20.1-0.5.10"
25+
const val SODIUM_VERSION: String = "mc1.20.1-0.5.12-beta.2-fabric"
2626
}
2727

28-
// THIS IS HORRIBLE JUST TO MAKE NIGHTLY WORK
29-
val horror = URL("https://cdn.discordapp.com/attachments/1249486573771296830/1342603638278983821/sodium-fabric-0.5.12-snapshotmc1.20.1-build.612.jar?ex=67ba3c93&is=67b8eb13&hm=c97689728f6caaf9e3f1f9e36ae8b5662816e6c7ead4c49fcb2f9c2f829c85a4&")
30-
FileUtils.copyURLToFile(horror, rootDir.resolve("custom_sodium").resolve("sodium-fabric-0.5.12-snapshot+mc1.20.1-build.612.jar"))
31-
3228
repositories {
3329
exclusiveContent {
3430
forRepository {

0 commit comments

Comments
 (0)