Skip to content

Commit

Permalink
Minecraft 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Jun 13, 2024
1 parent ca89a54 commit bc0ceab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
object Constants {
// https://fabricmc.net/develop/
const val MINECRAFT_VERSION: String = "1.21-pre3"
const val YARN_VERSION: String = "1.21-pre3+build.1"
const val MINECRAFT_VERSION: String = "1.21"
const val YARN_VERSION: String = "1.21+build.1"
const val FABRIC_LOADER_VERSION: String = "0.15.11"
const val FABRIC_API_VERSION: String = "0.99.5+1.21"
const val FABRIC_API_VERSION: String = "0.100.1+1.21"

// https://semver.org/
const val MOD_VERSION: String = "0.5.9"
Expand Down

0 comments on commit bc0ceab

Please sign in to comment.