Skip to content

Commit 7222735

Browse files
committed
MC 1.21.5 for Forge
1 parent ece9fd4 commit 7222735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spark-forge/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tasks.withType(JavaCompile) {
99
}
1010

1111
minecraft {
12-
mappings channel: 'official', version: '1.21.4'
12+
mappings channel: 'official', version: '1.21.5'
1313
accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg')
1414
reobf = false
1515
}
@@ -20,7 +20,7 @@ configurations {
2020
}
2121

2222
dependencies {
23-
minecraft 'net.minecraftforge:forge:1.21.4-54.0.6'
23+
minecraft 'net.minecraftforge:forge:1.21.5-55.0.0'
2424
shade project(':spark-common')
2525
}
2626

0 commit comments

Comments
 (0)