Skip to content

Commit

Permalink
Enable Neoforge
Browse files Browse the repository at this point in the history
  • Loading branch information
2No2Name committed Oct 25, 2024
1 parent f42440c commit d45a67d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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.1" }
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" }

Expand Down
2 changes: 1 addition & 1 deletion neoforge/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("idea")
id("net.neoforged.moddev") version "2.0.28-beta"
id("net.neoforged.moddev") version "2.0.42-beta"
id("java-library")
id("net.caffeinemc.mixin-config-plugin") version ("1.0-SNAPSHOT")
}
Expand Down
3 changes: 1 addition & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ includeBuild("components/mixin-config-plugin")

include("common")
include("fabric")
//Comment out neoforge when it is not available yet
//include("neoforge")
include("neoforge")

0 comments on commit d45a67d

Please sign in to comment.