Skip to content

Commit

Permalink
feat(mod): 1.21.2 neoforge
Browse files Browse the repository at this point in the history
  • Loading branch information
Apehum committed Oct 22, 2024
1 parent 0d44230 commit 59f67fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion versions/1.21.2-fabric/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
essential.defaults.loom.minecraft=com.mojang:minecraft:1.21.2-pre1
essential.defaults.loom.minecraft=com.mojang:minecraft:1.21.2
1 change: 1 addition & 0 deletions versions/1.21.2-neoforge/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
essential.defaults.loom.neoForge=net.neoforged:neoforge:21.2.0-beta
2 changes: 2 additions & 0 deletions versions/root.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ group = "$group.versions-root"
preprocess {

val fabric12102 = createNode("1.21.2-fabric", 12102, "official")
val neoForge12102 = createNode("1.21.2-neoforge", 12102, "official")

val fabric12100 = createNode("1.21-fabric", 12100, "official")
val neoForge12100 = createNode("1.21-neoforge", 12100, "official")
Expand Down Expand Up @@ -39,6 +40,7 @@ preprocess {
val forge11605 = createNode("1.16.5-forge", 11605, "official")

fabric12102.link(fabric12100)
neoForge12102.link(neoForge12100)

neoForge12100.link(fabric12006)
fabric12100.link(fabric12006)
Expand Down

0 comments on commit 59f67fe

Please sign in to comment.