aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/1032-Bundle-spark.patch
diff options
context:
space:
mode:
authorNassim Jahnke <[email protected]>2024-11-21 11:03:37 +0100
committerNassim Jahnke <[email protected]>2024-11-21 11:03:37 +0100
commitb48403bd69f534ffd43fe2afb4e8e1f1ffa95fe1 (patch)
treea32e2b8604df5d80aebe6abad1ca7de4336815ef /patches/server/1032-Bundle-spark.patch
parent84281ceeefb9d294758a9a292ba6c01da40e8409 (diff)
downloadPaper-b48403bd69f534ffd43fe2afb4e8e1f1ffa95fe1.tar.gz
Paper-b48403bd69f534ffd43fe2afb4e8e1f1ffa95fe1.zip
Update sparkver/1.21.1
Diffstat (limited to 'patches/server/1032-Bundle-spark.patch')
-rw-r--r--patches/server/1032-Bundle-spark.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/1032-Bundle-spark.patch b/patches/server/1032-Bundle-spark.patch
index 403f8733bc..58b3e70ace 100644
--- a/patches/server/1032-Bundle-spark.patch
+++ b/patches/server/1032-Bundle-spark.patch
@@ -5,7 +5,7 @@ Subject: [PATCH] Bundle spark
diff --git a/build.gradle.kts b/build.gradle.kts
-index a0f086ec054c456067ee07bf3c7685e2b9458d72..2ed184ccaa963ba1ea007628d2472f31c053be98 100644
+index 267758ecfcf191fb8a8c32a2e9a6544145f91904..8cbf448c6d3f14f6acd901dc9c0cd94787eb0b58 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -62,6 +62,10 @@ dependencies {
@@ -14,7 +14,7 @@ index a0f086ec054c456067ee07bf3c7685e2b9458d72..2ed184ccaa963ba1ea007628d2472f31
// 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
}