Skip to content

Commit 17ace41

Browse files
Add 1.21.4 support
1 parent cf60a4e commit 17ace41

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ stonecutter {
103103

104104
// Configuration goes here
105105
create(getRootProject()) {
106-
versions "1.21", "1.21.1", "1.21.2", "1.21.3"
106+
versions "1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4"
107107
vcsVersion = "1.21"
108108
}
109109
}

versions/1.21.4/gradle.properties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
deps.fabric_loader=0.19.1
2+
deps.fabric_api=0.119.4+1.21.4
3+
deps.fabric_kotlin=1.13.10+kotlin.2.3.20
4+
deps.yarn_mappings=1.21.4+build.8
5+
deps.rei=18.0.808

0 commit comments

Comments
 (0)