aboutsummaryrefslogtreecommitdiff
path: root/spark-forge
diff options
context:
space:
mode:
Diffstat (limited to 'spark-forge')
-rw-r--r--spark-forge/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/spark-forge/build.gradle b/spark-forge/build.gradle
index e7440f0..1e2a3ca 100644
--- a/spark-forge/build.gradle
+++ b/spark-forge/build.gradle
@@ -9,7 +9,7 @@ tasks.withType(JavaCompile) {
}
minecraft {
- mappings channel: 'official', version: '1.20'
+ mappings channel: 'official', version: '1.20.1'
accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg')
}
@@ -19,7 +19,7 @@ configurations {
}
dependencies {
- minecraft 'net.minecraftforge:forge:1.20-46.0.1'
+ minecraft 'net.minecraftforge:forge:1.20.1-47.0.1'
shade project(':spark-common')
}