Skip to content

Commit

Permalink
Re-enable NeoForge builds
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Oct 26, 2024
1 parent 0488d7d commit 9eba941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

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

Expand Down
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ pluginManagement {

include("common")
include("fabric")
include("neoforge")

0 comments on commit 9eba941

Please sign in to comment.