Skip to content

Commit 564c45e

Browse files
committed
fix: forgot to actually enable 1.21.6-neoforge
1 parent 4fd1447 commit 564c45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ stonecutter {
3131
mc("1.21.4", loaders = listOf("fabric", "neoforge"))
3232
mc("1.21.3", loaders = listOf("fabric", "neoforge"))
3333
mc("1.21.1", loaders = listOf("fabric", "neoforge"))
34-
mc("1.21.6", loaders = listOf("fabric"))
34+
mc("1.21.6", loaders = listOf("fabric", "neoforge"))
3535
}
3636
}
3737
rootProject.name = "YetAnotherConfigLib"

0 commit comments

Comments
 (0)