We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98dd305 commit 56668f4Copy full SHA for 56668f4
1 file changed
settings.gradle.kts
@@ -13,7 +13,7 @@ pluginManagement {
13
}
14
15
plugins {
16
- id("dev.kikugie.stonecutter") version "0.7-alpha.16"
+ id("dev.kikugie.stonecutter") version "0.7-alpha.22"
17
18
19
stonecutter {
@@ -27,11 +27,11 @@ stonecutter {
27
28
29
30
+ mc("1.21.6", loaders = listOf("fabric", "neoforge"))
31
mc("1.21.5", loaders = listOf("fabric", "neoforge"))
32
mc("1.21.4", loaders = listOf("fabric", "neoforge"))
33
mc("1.21.3", loaders = listOf("fabric", "neoforge"))
34
mc("1.21.1", loaders = listOf("fabric", "neoforge"))
- mc("1.21.6", loaders = listOf("fabric", "neoforge"))
35
36
37
rootProject.name = "YetAnotherConfigLib"
0 commit comments