From 3cc086d1f4aa765e3ef6150eaabe22be0845cbce Mon Sep 17 00:00:00 2001 From: Helvetica Volubi Date: Sun, 11 May 2025 11:28:54 +0800 Subject: [PATCH] refactor: organize patches --- .../features/0038-Purpur-Barrels-and-enderchests-6-rows.patch | 2 +- ...ization.patch => 0047-Gale-Faster-chunk-serialization.patch} | 2 +- ...cks.patch => 0048-SparklyPaper-Optimize-canSee-checks.patch} | 0 ...-SparklyPaper-Skip-distanceToSqr-call-in-ServerEntity.patch} | 0 ...atch => 0050-Leaf-Secure-seed-and-matter-seed-command.patch} | 0 ...-Leaf-Remove-useless-creating-stats-json-bases-on-pla.patch} | 0 ...052-Leaf-Replace-brain-maps-with-optimized-collection.patch} | 0 ...-Leaf-Paper-PR-Prevent-zombie-reinforcements-loading-.patch} | 0 ...atch => 0054-Add-missing-teleportation-apis-for-folia.patch} | 0 ...ior-Modifiers.patch => 0055-Portal-Behavior-Modifiers.patch} | 0 ....patch => 0056-Leaves-Disable-moved-wrongly-threshold.patch} | 0 ...-Leaves-Fix-Incorrect-Collision-Behavior-for-Block-Sh.patch} | 0 ...-skip.patch => 0058-Leaves-Fix-SculkCatalyst-exp-skip.patch} | 0 ...patch => 0059-Add-config-to-enable-Raytracing-tracker.patch} | 0 ...> 0060-Add-config-to-enable-Cross-Region-Damage-trace.patch} | 0 ...060-Lithium-Fast-util.patch => 0061-Lithium-Fast-util.patch} | 0 ...-Lithium-Skip-unnecessary-calculations-if-player-is-n.patch} | 0 17 files changed, 2 insertions(+), 2 deletions(-) rename luminol-server/minecraft-patches/features/{0062-Gale-Faster-chunk-serialization.patch => 0047-Gale-Faster-chunk-serialization.patch} (99%) rename luminol-server/minecraft-patches/features/{0047-SparklyPaper-Optimize-canSee-checks.patch => 0048-SparklyPaper-Optimize-canSee-checks.patch} (100%) rename luminol-server/minecraft-patches/features/{0048-SparklyPaper-Skip-distanceToSqr-call-in-ServerEntity.patch => 0049-SparklyPaper-Skip-distanceToSqr-call-in-ServerEntity.patch} (100%) rename luminol-server/minecraft-patches/features/{0049-Leaf-Secure-seed-and-matter-seed-command.patch => 0050-Leaf-Secure-seed-and-matter-seed-command.patch} (100%) rename luminol-server/minecraft-patches/features/{0050-Leaf-Remove-useless-creating-stats-json-bases-on-pla.patch => 0051-Leaf-Remove-useless-creating-stats-json-bases-on-pla.patch} (100%) rename luminol-server/minecraft-patches/features/{0051-Leaf-Replace-brain-maps-with-optimized-collection.patch => 0052-Leaf-Replace-brain-maps-with-optimized-collection.patch} (100%) rename luminol-server/minecraft-patches/features/{0052-Leaf-Paper-PR-Prevent-zombie-reinforcements-loading-.patch => 0053-Leaf-Paper-PR-Prevent-zombie-reinforcements-loading-.patch} (100%) rename luminol-server/minecraft-patches/features/{0053-Add-missing-teleportation-apis-for-folia.patch => 0054-Add-missing-teleportation-apis-for-folia.patch} (100%) rename luminol-server/minecraft-patches/features/{0054-Portal-Behavior-Modifiers.patch => 0055-Portal-Behavior-Modifiers.patch} (100%) rename luminol-server/minecraft-patches/features/{0055-Leaves-Disable-moved-wrongly-threshold.patch => 0056-Leaves-Disable-moved-wrongly-threshold.patch} (100%) rename luminol-server/minecraft-patches/features/{0056-Leaves-Fix-Incorrect-Collision-Behavior-for-Block-Sh.patch => 0057-Leaves-Fix-Incorrect-Collision-Behavior-for-Block-Sh.patch} (100%) rename luminol-server/minecraft-patches/features/{0057-Leaves-Fix-SculkCatalyst-exp-skip.patch => 0058-Leaves-Fix-SculkCatalyst-exp-skip.patch} (100%) rename luminol-server/minecraft-patches/features/{0058-Add-config-to-enable-Raytracing-tracker.patch => 0059-Add-config-to-enable-Raytracing-tracker.patch} (100%) rename luminol-server/minecraft-patches/features/{0059-Add-config-to-enable-Cross-Region-Damage-trace.patch => 0060-Add-config-to-enable-Cross-Region-Damage-trace.patch} (100%) rename luminol-server/minecraft-patches/features/{0060-Lithium-Fast-util.patch => 0061-Lithium-Fast-util.patch} (100%) rename luminol-server/minecraft-patches/features/{0061-Lithium-Skip-unnecessary-calculations-if-player-is-n.patch => 0062-Lithium-Skip-unnecessary-calculations-if-player-is-n.patch} (100%) diff --git a/luminol-server/minecraft-patches/features/0038-Purpur-Barrels-and-enderchests-6-rows.patch b/luminol-server/minecraft-patches/features/0038-Purpur-Barrels-and-enderchests-6-rows.patch index 120865f..b671fc2 100644 --- a/luminol-server/minecraft-patches/features/0038-Purpur-Barrels-and-enderchests-6-rows.patch +++ b/luminol-server/minecraft-patches/features/0038-Purpur-Barrels-and-enderchests-6-rows.patch @@ -1,5 +1,5 @@ From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Suisuroru +From: Helvetica Volubi Date: Thu, 20 Feb 2025 01:00:28 +0800 Subject: [PATCH] Purpur-Barrels-and-enderchests-6-rows diff --git a/luminol-server/minecraft-patches/features/0062-Gale-Faster-chunk-serialization.patch b/luminol-server/minecraft-patches/features/0047-Gale-Faster-chunk-serialization.patch similarity index 99% rename from luminol-server/minecraft-patches/features/0062-Gale-Faster-chunk-serialization.patch rename to luminol-server/minecraft-patches/features/0047-Gale-Faster-chunk-serialization.patch index 89e6689..6cf5e4a 100644 --- a/luminol-server/minecraft-patches/features/0062-Gale-Faster-chunk-serialization.patch +++ b/luminol-server/minecraft-patches/features/0047-Gale-Faster-chunk-serialization.patch @@ -1,7 +1,7 @@ From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Bacteriawa Date: Wed, 30 Nov 2022 21:51:16 +0100 -Subject: [PATCH] Gale: Faster chunk serialization +Subject: [PATCH] Gale Faster chunk serialization diff --git a/net/minecraft/util/BitStorage.java b/net/minecraft/util/BitStorage.java diff --git a/luminol-server/minecraft-patches/features/0047-SparklyPaper-Optimize-canSee-checks.patch b/luminol-server/minecraft-patches/features/0048-SparklyPaper-Optimize-canSee-checks.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0047-SparklyPaper-Optimize-canSee-checks.patch rename to luminol-server/minecraft-patches/features/0048-SparklyPaper-Optimize-canSee-checks.patch diff --git a/luminol-server/minecraft-patches/features/0048-SparklyPaper-Skip-distanceToSqr-call-in-ServerEntity.patch b/luminol-server/minecraft-patches/features/0049-SparklyPaper-Skip-distanceToSqr-call-in-ServerEntity.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0048-SparklyPaper-Skip-distanceToSqr-call-in-ServerEntity.patch rename to luminol-server/minecraft-patches/features/0049-SparklyPaper-Skip-distanceToSqr-call-in-ServerEntity.patch diff --git a/luminol-server/minecraft-patches/features/0049-Leaf-Secure-seed-and-matter-seed-command.patch b/luminol-server/minecraft-patches/features/0050-Leaf-Secure-seed-and-matter-seed-command.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0049-Leaf-Secure-seed-and-matter-seed-command.patch rename to luminol-server/minecraft-patches/features/0050-Leaf-Secure-seed-and-matter-seed-command.patch diff --git a/luminol-server/minecraft-patches/features/0050-Leaf-Remove-useless-creating-stats-json-bases-on-pla.patch b/luminol-server/minecraft-patches/features/0051-Leaf-Remove-useless-creating-stats-json-bases-on-pla.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0050-Leaf-Remove-useless-creating-stats-json-bases-on-pla.patch rename to luminol-server/minecraft-patches/features/0051-Leaf-Remove-useless-creating-stats-json-bases-on-pla.patch diff --git a/luminol-server/minecraft-patches/features/0051-Leaf-Replace-brain-maps-with-optimized-collection.patch b/luminol-server/minecraft-patches/features/0052-Leaf-Replace-brain-maps-with-optimized-collection.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0051-Leaf-Replace-brain-maps-with-optimized-collection.patch rename to luminol-server/minecraft-patches/features/0052-Leaf-Replace-brain-maps-with-optimized-collection.patch diff --git a/luminol-server/minecraft-patches/features/0052-Leaf-Paper-PR-Prevent-zombie-reinforcements-loading-.patch b/luminol-server/minecraft-patches/features/0053-Leaf-Paper-PR-Prevent-zombie-reinforcements-loading-.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0052-Leaf-Paper-PR-Prevent-zombie-reinforcements-loading-.patch rename to luminol-server/minecraft-patches/features/0053-Leaf-Paper-PR-Prevent-zombie-reinforcements-loading-.patch diff --git a/luminol-server/minecraft-patches/features/0053-Add-missing-teleportation-apis-for-folia.patch b/luminol-server/minecraft-patches/features/0054-Add-missing-teleportation-apis-for-folia.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0053-Add-missing-teleportation-apis-for-folia.patch rename to luminol-server/minecraft-patches/features/0054-Add-missing-teleportation-apis-for-folia.patch diff --git a/luminol-server/minecraft-patches/features/0054-Portal-Behavior-Modifiers.patch b/luminol-server/minecraft-patches/features/0055-Portal-Behavior-Modifiers.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0054-Portal-Behavior-Modifiers.patch rename to luminol-server/minecraft-patches/features/0055-Portal-Behavior-Modifiers.patch diff --git a/luminol-server/minecraft-patches/features/0055-Leaves-Disable-moved-wrongly-threshold.patch b/luminol-server/minecraft-patches/features/0056-Leaves-Disable-moved-wrongly-threshold.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0055-Leaves-Disable-moved-wrongly-threshold.patch rename to luminol-server/minecraft-patches/features/0056-Leaves-Disable-moved-wrongly-threshold.patch diff --git a/luminol-server/minecraft-patches/features/0056-Leaves-Fix-Incorrect-Collision-Behavior-for-Block-Sh.patch b/luminol-server/minecraft-patches/features/0057-Leaves-Fix-Incorrect-Collision-Behavior-for-Block-Sh.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0056-Leaves-Fix-Incorrect-Collision-Behavior-for-Block-Sh.patch rename to luminol-server/minecraft-patches/features/0057-Leaves-Fix-Incorrect-Collision-Behavior-for-Block-Sh.patch diff --git a/luminol-server/minecraft-patches/features/0057-Leaves-Fix-SculkCatalyst-exp-skip.patch b/luminol-server/minecraft-patches/features/0058-Leaves-Fix-SculkCatalyst-exp-skip.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0057-Leaves-Fix-SculkCatalyst-exp-skip.patch rename to luminol-server/minecraft-patches/features/0058-Leaves-Fix-SculkCatalyst-exp-skip.patch diff --git a/luminol-server/minecraft-patches/features/0058-Add-config-to-enable-Raytracing-tracker.patch b/luminol-server/minecraft-patches/features/0059-Add-config-to-enable-Raytracing-tracker.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0058-Add-config-to-enable-Raytracing-tracker.patch rename to luminol-server/minecraft-patches/features/0059-Add-config-to-enable-Raytracing-tracker.patch diff --git a/luminol-server/minecraft-patches/features/0059-Add-config-to-enable-Cross-Region-Damage-trace.patch b/luminol-server/minecraft-patches/features/0060-Add-config-to-enable-Cross-Region-Damage-trace.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0059-Add-config-to-enable-Cross-Region-Damage-trace.patch rename to luminol-server/minecraft-patches/features/0060-Add-config-to-enable-Cross-Region-Damage-trace.patch diff --git a/luminol-server/minecraft-patches/features/0060-Lithium-Fast-util.patch b/luminol-server/minecraft-patches/features/0061-Lithium-Fast-util.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0060-Lithium-Fast-util.patch rename to luminol-server/minecraft-patches/features/0061-Lithium-Fast-util.patch diff --git a/luminol-server/minecraft-patches/features/0061-Lithium-Skip-unnecessary-calculations-if-player-is-n.patch b/luminol-server/minecraft-patches/features/0062-Lithium-Skip-unnecessary-calculations-if-player-is-n.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0061-Lithium-Skip-unnecessary-calculations-if-player-is-n.patch rename to luminol-server/minecraft-patches/features/0062-Lithium-Skip-unnecessary-calculations-if-player-is-n.patch