Skip to content

Commit c49246f

Browse files
committed
Loom 1.13-SNAPSHOT / 1.21.1-rc.2
1 parent 38777fa commit c49246f

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
kotlin-jvm = "2.2.0"
3-
loom = "1.11-SNAPSHOT"
3+
loom = "1.13-SNAPSHOT"
44
publishing = "0.8.4"
55
blossom = "1.3.2"
66
ksp = "2.2.0-2.0.2"

settings.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ stonecutter {
2929
mc("1.21.5", listOf("fabric"))
3030
mc("1.21.8", listOf("fabric"))
3131
mc("1.21.10", listOf("fabric"))
32+
mc("1.21.11", listOf("fabric"))
3233

3334
vcsVersion = "1.21.10-fabric"
3435
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
loom.platform=fabric
2+
3+
deps.parchment_version=
4+
deps.fabric_api_version=0.139.4+1.21.11
5+
deps.modmenu_version=17.0.0-alpha.1
6+
7+
mod.obfuscated=true
8+
mod.minecraft_version=1.21.11-rc2
9+
mod.minecraft_version_range=1.21.11-rc.2

0 commit comments

Comments
 (0)