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 6b41b4b commit b295d71Copy full SHA for b295d71
build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
10
// Fabric: https://fabricmc.net/develop/
11
// Neoforge: https://neoforged.net/
12
val MINECRAFT_VERSION by extra { "1.21.4" } //MUST manually update fabric.mod.json and neoforge.mods.toml
13
-val NEOFORGE_VERSION by extra { "21.4.50-beta" }
+val NEOFORGE_VERSION by extra { "21.4.95-beta" }
14
val FABRIC_LOADER_VERSION by extra { "0.16.9" }
15
val FABRIC_API_VERSION by extra { "0.110.5+1.21.4" }
16
0 commit comments