Skip to content

Commit e14ce09

Browse files
Add 1.21.5 support
1 parent 17ace41 commit e14ce09

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", "1.21.4"
106+
versions "1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "1.21.5"
107107
vcsVersion = "1.21"
108108
}
109109
}

versions/1.21.5/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.128.2+1.21.5
3+
deps.fabric_kotlin=1.13.10+kotlin.2.3.20
4+
deps.yarn_mappings=1.21.5+build.1
5+
deps.rei=19.0.809

0 commit comments

Comments
 (0)