Skip to content

Commit cd09090

Browse files
committed
Backport some fixes from Paper 1.21.6
1 parent a54018c commit cd09090

File tree

76 files changed

+124
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+124
-7
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ subprojects {
2020
}
2121

2222
repositories {
23-
mavenCentral()
23+
maven("https://maven.aliyun.com/repository/public")
2424
maven(paperMavenPublicUrl)
2525
maven(leafMavenPublicUrl)
2626
maven("https://repo.bsdevelopment.org/releases/") // Leaf - Leaf config - ConfigurationMaster-API

leaf-api/build.gradle.kts.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
}
185185
+// Leaf start - Bump Dependencies
186186
+repositories {
187-
+ mavenCentral()
187+
+ maven("https://maven.aliyun.com/repository/public")
188188
+}
189189
+// Leaf end - Bump Dependencies
190190
tasks.check {

leaf-server/minecraft-patches/features/0211-Bulk-writes-to-writeLongArray-during-chunk-loading.patch renamed to leaf-server/minecraft-patches/features/0209-Bulk-writes-to-writeLongArray-during-chunk-loading.patch

File renamed without changes.

leaf-server/minecraft-patches/features/0212-Improve-sorting-in-SortedArraySet.patch renamed to leaf-server/minecraft-patches/features/0210-Improve-sorting-in-SortedArraySet.patch

File renamed without changes.

leaf-server/minecraft-patches/features/0213-Make-removeIf-slightly-faster.patch renamed to leaf-server/minecraft-patches/features/0211-Make-removeIf-slightly-faster.patch

File renamed without changes.

leaf-server/minecraft-patches/features/0214-Optimize-LinearPalette.patch renamed to leaf-server/minecraft-patches/features/0212-Optimize-LinearPalette.patch

File renamed without changes.

leaf-server/minecraft-patches/features/0215-Slightly-optimized-VarInt-write.patch renamed to leaf-server/minecraft-patches/features/0213-Slightly-optimized-VarInt-write.patch

File renamed without changes.

leaf-server/minecraft-patches/features/0216-Rewrite-ClientboundLightUpdatePacketData.patch renamed to leaf-server/minecraft-patches/features/0214-Rewrite-ClientboundLightUpdatePacketData.patch

File renamed without changes.

leaf-server/minecraft-patches/features/0217-Async-chunk-send.patch renamed to leaf-server/minecraft-patches/features/0215-Async-chunk-send.patch

File renamed without changes.

leaf-server/minecraft-patches/features/0218-Spawner-Configurations.patch renamed to leaf-server/minecraft-patches/features/0216-Spawner-Configurations.patch

File renamed without changes.

0 commit comments

Comments
 (0)