diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml
index 601ad52..f12bcb4 100644
--- a/.github/workflows/auto-update.yml
+++ b/.github/workflows/auto-update.yml
@@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v3
with:
path: 'SparklyPaper'
- ref: 'ver/1.21.9'
+ ref: 'ver/1.21.10'
token: ${{ secrets.LORITTA_PAT }}
- name: Checkout Paper Repository
diff --git a/README.md b/README.md
index fe4c2f9..96e0d23 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
✨ SparklyPaper ✨
- 
+ 
SparklyPower's Paper fork, making large servers snappier with high-performance optimizations and improvements! Focused on performance improvements for Survival servers with high player counts.
diff --git a/gradle.properties b/gradle.properties
index 2cef6d8..84ee20f 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,7 +1,7 @@
group=net.sparklypower.sparklypaper
-version=1.21.9-R0.1-SNAPSHOT
-mcVersion=1.21.9
-paperRef=4dcd8377a2cd24c15ad646814b665abd595455c1
+version=1.21.10-R0.1-SNAPSHOT
+mcVersion=1.21.10
+paperRef=fba780d6a2948d5a42030a80cf79cb49a8472456
org.gradle.configuration-cache=true
org.gradle.caching=true
diff --git a/sparklypaper-api/build.gradle.kts.patch b/sparklypaper-api/build.gradle.kts.patch
index 79a755c..69fd764 100644
--- a/sparklypaper-api/build.gradle.kts.patch
+++ b/sparklypaper-api/build.gradle.kts.patch
@@ -1,6 +1,6 @@
--- a/paper-api/build.gradle.kts
+++ b/paper-api/build.gradle.kts
-@@ -90,7 +_,7 @@
+@@ -89,7 +_,7 @@
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}
@@ -9,7 +9,7 @@
idea {
module {
generatedSourceDirs.add(generatedDir.toFile())
-@@ -100,10 +_,21 @@
+@@ -99,6 +_,18 @@
main {
java {
srcDir(generatedDir)
@@ -28,11 +28,7 @@
}
}
}
--
- val outgoingVariants = arrayOf("runtimeElements", "apiElements", "sourcesElements", "javadocElements")
- val mainCapability = "${project.group}:${project.name}:${project.version}"
- configurations {
-@@ -166,7 +_,7 @@
+@@ -165,7 +_,7 @@
tasks.withType().configureEach {
val options = options as StandardJavadocDocletOptions
@@ -41,7 +37,7 @@
options.use()
options.isDocFilesSubDirs = true
options.links(
-@@ -201,11 +_,11 @@
+@@ -198,11 +_,11 @@
}
// workaround for https://github.com/gradle/gradle/issues/4046