aboutsummaryrefslogtreecommitdiff
path: root/spark-forge
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2022-12-09 22:02:25 +0000
committerLuck <git@lucko.me>2022-12-09 22:02:25 +0000
commit866ce42e401354face8b53362074778964530e63 (patch)
tree6a52bfdea025a46b8761a21258f24b70abe7312a /spark-forge
parent205073cfa9fea36a85da918a0f8cc26042a33aed (diff)
downloadspark-866ce42e401354face8b53362074778964530e63.tar.gz
spark-866ce42e401354face8b53362074778964530e63.tar.bz2
spark-866ce42e401354face8b53362074778964530e63.zip
Forge 1.19.3
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 5d6f2dc..ef20815 100644
--- a/spark-forge/build.gradle
+++ b/spark-forge/build.gradle
@@ -20,7 +20,7 @@ tasks.withType(JavaCompile) {
}
minecraft {
- mappings channel: 'official', version: '1.19.2'
+ mappings channel: 'official', version: '1.19.3'
accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg')
}
@@ -30,7 +30,7 @@ configurations {
}
dependencies {
- minecraft 'net.minecraftforge:forge:1.19.2-43.0.0'
+ minecraft 'net.minecraftforge:forge:1.19.3-44.0.4'
shade project(':spark-common')
}