Skip to content

Commit

Permalink
Update to rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Oct 19, 2024
1 parent 0435095 commit c5527a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ plugins {
id("fabric-loom") version ("1.8.10") apply (false)
}

val MINECRAFT_VERSION by extra { "1.21.2-pre1" }
val NEOFORGE_VERSION by extra { "21.2.0-alpha.1.21.2-pre1.20241013.205741" }
val FABRIC_LOADER_VERSION by extra { "0.16.5" }
val FABRIC_API_VERSION by extra { "0.105.3+1.21.2" }
val MINECRAFT_VERSION by extra { "1.21.2-rc1" }
val NEOFORGE_VERSION by extra { "21.2.0-alpha.1.21.2-rc1.20241017.223717" }
val FABRIC_LOADER_VERSION by extra { "0.16.7" }
val FABRIC_API_VERSION by extra { "0.106.0+1.21.2" }

// This value can be set to null to disable Parchment.
val PARCHMENT_VERSION by extra { null }
Expand Down

0 comments on commit c5527a6

Please sign in to comment.