diff --git a/build.gradle.kts b/build.gradle.kts index b21c5b84a2..fadd1b5cb7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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" } diff --git a/settings.gradle.kts b/settings.gradle.kts index ef3e8f27b6..0f606fd359 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -11,3 +11,4 @@ pluginManagement { include("common") include("fabric") +include("neoforge") \ No newline at end of file