aboutsummaryrefslogtreecommitdiff
path: root/spark-forge/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'spark-forge/build.gradle')
-rw-r--r--spark-forge/build.gradle5
1 files changed, 2 insertions, 3 deletions
diff --git a/spark-forge/build.gradle b/spark-forge/build.gradle
index 84bcc21..210122b 100644
--- a/spark-forge/build.gradle
+++ b/spark-forge/build.gradle
@@ -20,8 +20,7 @@ tasks.withType(JavaCompile) {
}
minecraft {
- mappings channel: 'official', version: '1.18.2'
- accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg')
+ mappings channel: 'official', version: '1.19'
}
configurations {
@@ -30,7 +29,7 @@ configurations {
}
dependencies {
- minecraft 'net.minecraftforge:forge:1.18.2-40.0.1'
+ minecraft 'net.minecraftforge:forge:1.19-41.0.11'
shade project(':spark-common')
}