We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 959e396 commit 0bc727cCopy full SHA for 0bc727c
buildSrc/src/main/kotlin/com/blamejared/clumps/gradle/Versions.kt
@@ -1,13 +1,13 @@
1
package com.blamejared.clumps.gradle
2
3
object Versions {
4
- const val MOD = "16.0.0"
+ const val MOD = "17.0.0"
5
const val JAVA = "21"
6
- const val MINECRAFT = "1.20.5"
7
- const val FABRIC_LOADER = "0.15.10"
8
- const val FABRIC = "0.97.6+1.20.5"
+ const val MINECRAFT = "1.20.6"
+ const val FABRIC_LOADER = "0.15.11"
+ const val FABRIC = "0.97.8+1.20.6"
9
const val FORGE = "49.0.19" // 1.20.4
10
const val FORGE_LOADER = "[49,)" // 1.20.4
11
- const val NEO_FORGE = "20.5.0-beta"
+ const val NEO_FORGE = "20.6.42-beta"
12
const val NEO_FORGE_LOADER= "[2,)"
13
}
0 commit comments