Skip to content

Commit

Permalink
Fix Gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Sep 12, 2024
1 parent e858ab6 commit d75f6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id("fabric-loom") version ("1.7.3") apply (false)
}

val MINECRAFT_VERSION by extra { "24w36a" }
val MINECRAFT_VERSION by extra { "24w37a" }
val NEOFORGE_VERSION by extra { "21.0.163" }
val FABRIC_LOADER_VERSION by extra { "0.16.5" }
val FABRIC_API_VERSION by extra { "0.104.1+1.21.2" }
Expand Down

0 comments on commit d75f6df

Please sign in to comment.