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 d98c30d commit 5b4a75dCopy full SHA for 5b4a75d
buildSrc/src/main/kotlin/BuildConfig.kt
@@ -2,9 +2,9 @@
2
3
object BuildConfig {
4
val MINECRAFT_VERSION: String = "1.21.8"
5
- val NEOFORGE_VERSION: String = "21.8.13"
6
- val FABRIC_LOADER_VERSION: String = "0.16.14"
7
- val FABRIC_API_VERSION: String = "0.129.0+1.21.8"
+ val NEOFORGE_VERSION: String = "21.8.46"
+ val FABRIC_LOADER_VERSION: String = "0.17.2"
+ val FABRIC_API_VERSION: String = "0.133.4+1.21.8"
8
9
// This value can be set to null to disable Parchment.
10
val PARCHMENT_VERSION: String? = null
0 commit comments