Skip to content

Commit

Permalink
Update neoforge and fabric dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
2No2Name committed Nov 9, 2024
1 parent 8e5541b commit 2dfc424
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
Expand Up @@ -9,9 +9,9 @@ plugins {
// Fabric: https://fabricmc.net/develop/
// Neoforge: https://neoforged.net/
val MINECRAFT_VERSION by extra { "1.21.3" }
val NEOFORGE_VERSION by extra { "21.3.2-beta" }
val FABRIC_LOADER_VERSION by extra { "0.16.7" }
val FABRIC_API_VERSION by extra { "0.106.1+1.21.2" }
val NEOFORGE_VERSION by extra { "21.3.16-beta" }
val FABRIC_LOADER_VERSION by extra { "0.16.9" }
val FABRIC_API_VERSION by extra { "0.107.3+1.21.3" }

// This value can be set to null to disable Parchment.
// TODO: Add Parchment
Expand Down

0 comments on commit 2dfc424

Please # to comment.