aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server
diff options
context:
space:
mode:
authorNassim Jahnke <[email protected]>2024-11-21 10:43:07 +0100
committerNassim Jahnke <[email protected]>2024-11-21 10:43:07 +0100
commitc28d89d625c60243c52857e0c7e6398b73602156 (patch)
treee6dac429471b15a39248019734401f9cd97ca2ee /patches/server
parent85bfdc09bce7c4fc8eb4ac75c7f0a963c6e31e70 (diff)
downloadPaper-c28d89d625c60243c52857e0c7e6398b73602156.tar.gz
Paper-c28d89d625c60243c52857e0c7e6398b73602156.zip
Update spark
Diffstat (limited to 'patches/server')
-rw-r--r--patches/server/1046-Bundle-spark.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/1046-Bundle-spark.patch b/patches/server/1046-Bundle-spark.patch
index 926b4e8f9b..503d8c374f 100644
--- a/patches/server/1046-Bundle-spark.patch
+++ b/patches/server/1046-Bundle-spark.patch
@@ -5,7 +5,7 @@ Subject: [PATCH] Bundle spark
diff --git a/build.gradle.kts b/build.gradle.kts
-index 9e6c2a4630ce75e4115f76b5e7a1e0b50e8b3197..ee5f662ed0e84be997807a9faf97191ef4fc0449 100644
+index 9e6c2a4630ce75e4115f76b5e7a1e0b50e8b3197..faf3e3fd72e8c915e7a4803dacbe1bb576c6663e 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -76,6 +76,10 @@ dependencies {
@@ -14,7 +14,7 @@ index 9e6c2a4630ce75e4115f76b5e7a1e0b50e8b3197..ee5f662ed0e84be997807a9faf97191e
// Paper end - Remap reflection
+ // Paper start - spark
+ implementation("me.lucko:spark-api:0.1-20240720.200737-2")
-+ implementation("me.lucko:spark-paper:1.10.105-SNAPSHOT")
++ implementation("me.lucko:spark-paper:1.10.119-SNAPSHOT")
+ // Paper end - spark
}