diff --git a/patches/server/0066-Reduce-lambda-and-Optional-allocation-in-EntityBased.patch b/patches/server/0066-Reduce-lambda-and-Optional-allocation-in-EntityBased.patch index 8a065e3..9dbcecd 100644 --- a/patches/server/0066-Reduce-lambda-and-Optional-allocation-in-EntityBased.patch +++ b/patches/server/0066-Reduce-lambda-and-Optional-allocation-in-EntityBased.patch @@ -10,7 +10,7 @@ This patch is based on the following mixin: "me/jellysquid/mods/lithium/mixin/alloc/explosion_behavior/EntityExplosionBehaviorMixin.java" By: 2No2Name <2No2Name@web.de> As part of: Lithium (https://github.com/CaffeineMC/lithium-fabric) -Licensed under: LGPL-3.0 (https://www.gnu.org/licenses/lgpl-3.0.nl.html) +Licensed under: LGPL-3.0 (https://www.gnu.org/licenses/lgpl-3.0.html) diff --git a/src/main/java/net/minecraft/world/level/EntityBasedExplosionDamageCalculator.java b/src/main/java/net/minecraft/world/level/EntityBasedExplosionDamageCalculator.java index 2f9f15d99f8b31e9f13f7f32378b2a9e09bcb5e5..4e4dfb72d5a0b46917999b709c655ccfdae27183 100644 diff --git a/patches/server/0067-Replace-AI-goal-set-with-optimized-collection.patch b/patches/server/0067-Replace-AI-goal-set-with-optimized-collection.patch index cfe6c78..7604d0b 100644 --- a/patches/server/0067-Replace-AI-goal-set-with-optimized-collection.patch +++ b/patches/server/0067-Replace-AI-goal-set-with-optimized-collection.patch @@ -9,7 +9,7 @@ This patch is based on the following mixin: "me/jellysquid/mods/lithium/mixin/collections/goals/GoalSelectorMixin.java" By: 2No2Name <2No2Name@web.de> As part of: Lithium (https://github.com/CaffeineMC/lithium-fabric) -Licensed under: LGPL-3.0 (https://www.gnu.org/licenses/lgpl-3.0.nl.html) +Licensed under: LGPL-3.0 (https://www.gnu.org/licenses/lgpl-3.0.html) diff --git a/src/main/java/net/minecraft/world/entity/ai/goal/GoalSelector.java b/src/main/java/net/minecraft/world/entity/ai/goal/GoalSelector.java index 1805aacd982dae8d971cfad0ead23c161badb095..ead2e1935e133e7729949dbd8fc48667ba6e088c 100644 diff --git a/patches/server/0068-Replace-game-rules-map-with-optimized-collection.patch b/patches/server/0068-Replace-game-rules-map-with-optimized-collection.patch index e0f65de..f09a346 100644 --- a/patches/server/0068-Replace-game-rules-map-with-optimized-collection.patch +++ b/patches/server/0068-Replace-game-rules-map-with-optimized-collection.patch @@ -9,7 +9,7 @@ This patch is based on the following mixin: "me/jellysquid/mods/lithium/mixin/collections/gamerules/GameRulesMixin.java" By: 2No2Name <2No2Name@web.de> As part of: Lithium (https://github.com/CaffeineMC/lithium-fabric) -Licensed under: LGPL-3.0 (https://www.gnu.org/licenses/lgpl-3.0.nl.html) +Licensed under: LGPL-3.0 (https://www.gnu.org/licenses/lgpl-3.0.html) diff --git a/src/main/java/net/minecraft/world/level/GameRules.java b/src/main/java/net/minecraft/world/level/GameRules.java index e660a84251bc67435e905aacf628a84156b5d689..dfdd70fccc135b7c1cf89b8e4c2fcdb7738caea7 100644 diff --git a/patches/server/0069-Replace-AI-attributes-with-optimized-collections.patch b/patches/server/0069-Replace-AI-attributes-with-optimized-collections.patch index 46250c3..d688930 100644 --- a/patches/server/0069-Replace-AI-attributes-with-optimized-collections.patch +++ b/patches/server/0069-Replace-AI-attributes-with-optimized-collections.patch @@ -9,7 +9,7 @@ This patch is based on the following mixin: "me/jellysquid/mods/lithium/mixin/collections/attributes/AttributeContainerMixin.java" By: 2No2Name <2No2Name@web.de> As part of: Lithium (https://github.com/CaffeineMC/lithium-fabric) -Licensed under: LGPL-3.0 (https://www.gnu.org/licenses/lgpl-3.0.nl.html) +Licensed under: LGPL-3.0 (https://www.gnu.org/licenses/lgpl-3.0.html) diff --git a/src/main/java/net/minecraft/world/entity/ai/attributes/AttributeMap.java b/src/main/java/net/minecraft/world/entity/ai/attributes/AttributeMap.java index 81eb5e47715312afbedce0786e9a0d4264d32cbd..b0862a0126c642b12d3e17045d39fb704406e295 100644 diff --git a/patches/server/0070-Replace-class-map-with-optimized-collection.patch b/patches/server/0070-Replace-class-map-with-optimized-collection.patch index 3a32894..f221baf 100644 --- a/patches/server/0070-Replace-class-map-with-optimized-collection.patch +++ b/patches/server/0070-Replace-class-map-with-optimized-collection.patch @@ -9,7 +9,7 @@ This patch is based on the following mixin: "me/jellysquid/mods/lithium/mixin/collections/entity_by_type/TypeFilterableListMixin.java" By: 2No2Name <2No2Name@web.de> As part of: Lithium (https://github.com/CaffeineMC/lithium-fabric) -Licensed under: LGPL-3.0 (https://www.gnu.org/licenses/lgpl-3.0.nl.html) +Licensed under: LGPL-3.0 (https://www.gnu.org/licenses/lgpl-3.0.html) diff --git a/src/main/java/net/minecraft/util/ClassInstanceMultiMap.java b/src/main/java/net/minecraft/util/ClassInstanceMultiMap.java index 19779298b2b2ecbe30f9308dad1d80379220387a..f9a7617f4c6c19c798d7fe40491690c8f5de14a9 100644 diff --git a/patches/server/0071-Avoid-Class-isAssignableFrom-call-in-ClassInstanceMu.patch b/patches/server/0071-Avoid-Class-isAssignableFrom-call-in-ClassInstanceMu.patch index f1f7de0..d97fb48 100644 --- a/patches/server/0071-Avoid-Class-isAssignableFrom-call-in-ClassInstanceMu.patch +++ b/patches/server/0071-Avoid-Class-isAssignableFrom-call-in-ClassInstanceMu.patch @@ -9,7 +9,7 @@ This patch is based on the following mixin: "me/jellysquid/mods/lithium/mixin/collections/entity_filtering/TypeFilterableListMixin.java" By: Angeline As part of: Lithium (https://github.com/CaffeineMC/lithium-fabric) -Licensed under: LGPL-3.0 (https://www.gnu.org/licenses/lgpl-3.0.nl.html) +Licensed under: LGPL-3.0 (https://www.gnu.org/licenses/lgpl-3.0.html) diff --git a/src/main/java/net/minecraft/util/ClassInstanceMultiMap.java b/src/main/java/net/minecraft/util/ClassInstanceMultiMap.java index f9a7617f4c6c19c798d7fe40491690c8f5de14a9..d5c8fc37ae53835290c8fa731fef974734182ebe 100644 diff --git a/patches/server/0072-Cache-BlockStatePairKey-hash.patch b/patches/server/0072-Cache-BlockStatePairKey-hash.patch index bb9aafc..7ee20d5 100644 --- a/patches/server/0072-Cache-BlockStatePairKey-hash.patch +++ b/patches/server/0072-Cache-BlockStatePairKey-hash.patch @@ -9,7 +9,7 @@ This patch is based on the following mixin: "me/jellysquid/mods/lithium/mixin/cached_hashcode/BlockNeighborGroupMixin.java" By: Angeline As part of: Lithium (https://github.com/CaffeineMC/lithium-fabric) -Licensed under: LGPL-3.0 (https://www.gnu.org/licenses/lgpl-3.0.nl.html) +Licensed under: LGPL-3.0 (https://www.gnu.org/licenses/lgpl-3.0.html) diff --git a/src/main/java/net/minecraft/world/level/block/Block.java b/src/main/java/net/minecraft/world/level/block/Block.java index 2e65b44f10aeb44fd524a58e7eb815a566c1ad61..f8fe7b5ae8ef93902c7bb80dddacf790ee56a698 100644 diff --git a/patches/server/0073-Cache-CubeVoxelShape-shape-array.patch b/patches/server/0073-Cache-CubeVoxelShape-shape-array.patch index 0475cdf..1c9ab1f 100644 --- a/patches/server/0073-Cache-CubeVoxelShape-shape-array.patch +++ b/patches/server/0073-Cache-CubeVoxelShape-shape-array.patch @@ -9,7 +9,7 @@ This patch is based on the following mixin: "me/jellysquid/mods/lithium/mixin/shapes/precompute_shape_arrays/SimpleVoxelShapeMixin.java" By: Angeline As part of: Lithium (https://github.com/CaffeineMC/lithium-fabric) -Licensed under: LGPL-3.0 (https://www.gnu.org/licenses/lgpl-3.0.nl.html) +Licensed under: LGPL-3.0 (https://www.gnu.org/licenses/lgpl-3.0.html) diff --git a/src/main/java/net/minecraft/world/phys/shapes/CubeVoxelShape.java b/src/main/java/net/minecraft/world/phys/shapes/CubeVoxelShape.java index 68e89dbd79171627046e89699057964e44c40e7d..d5cd3b83503678d766bf9675633dce6d6d4f76f8 100644 diff --git a/patches/server/0074-Replace-division-by-multiplication-in-CubePointRange.patch b/patches/server/0074-Replace-division-by-multiplication-in-CubePointRange.patch index a315e16..da1525a 100644 --- a/patches/server/0074-Replace-division-by-multiplication-in-CubePointRange.patch +++ b/patches/server/0074-Replace-division-by-multiplication-in-CubePointRange.patch @@ -9,7 +9,7 @@ This patch is based on the following mixin: "me/jellysquid/mods/lithium/mixin/shapes/precompute_shape_arrays/FractionalDoubleListMixin.java" By: 2No2Name <2No2Name@web.de> As part of: Lithium (https://github.com/CaffeineMC/lithium-fabric) -Licensed under: LGPL-3.0 (https://www.gnu.org/licenses/lgpl-3.0.nl.html) +Licensed under: LGPL-3.0 (https://www.gnu.org/licenses/lgpl-3.0.html) diff --git a/src/main/java/net/minecraft/world/phys/shapes/CubePointRange.java b/src/main/java/net/minecraft/world/phys/shapes/CubePointRange.java index a544db042c8d2ecec8d323770552c4f10ca758a6..e7bffb7f757dbeac255676823de6464329f2f535 100644 diff --git a/patches/server/0076-Check-frozen-ticks-before-landing-block.patch b/patches/server/0076-Check-frozen-ticks-before-landing-block.patch index 3323ae6..75e1565 100644 --- a/patches/server/0076-Check-frozen-ticks-before-landing-block.patch +++ b/patches/server/0076-Check-frozen-ticks-before-landing-block.patch @@ -9,7 +9,7 @@ This patch is based on the following mixin: "me/jellysquid/mods/lithium/mixin/entity/fast_powder_snow_check/LivingEntityMixin.java" By: 2No2Name <2No2Name@web.de> As part of: Lithium (https://github.com/CaffeineMC/lithium-fabric) -Licensed under: LGPL-3.0 (https://www.gnu.org/licenses/lgpl-3.0.nl.html) +Licensed under: LGPL-3.0 (https://www.gnu.org/licenses/lgpl-3.0.html) diff --git a/src/main/java/net/minecraft/world/entity/LivingEntity.java b/src/main/java/net/minecraft/world/entity/LivingEntity.java index 5926ea4a5ad74cfaf8a33ad8d14e60e21bae606b..05168f8b8f542e73e7296a0b3f892d35924394ba 100644 diff --git a/patches/server/0077-Faster-chunk-serialization.patch b/patches/server/0077-Faster-chunk-serialization.patch index 7efcb71..f56e713 100644 --- a/patches/server/0077-Faster-chunk-serialization.patch +++ b/patches/server/0077-Faster-chunk-serialization.patch @@ -12,7 +12,7 @@ This patch is based on the following mixins and classes: * "me/jellysquid/mods/lithium/mixin/chunk/serialization/PalettedContainerMixin.java" By: Angeline As part of: Lithium (https://github.com/CaffeineMC/lithium-fabric) -Licensed under: LGPL-3.0 (https://www.gnu.org/licenses/lgpl-3.0.nl.html) +Licensed under: LGPL-3.0 (https://www.gnu.org/licenses/lgpl-3.0.html) diff --git a/src/main/java/me/jellysquid/mods/lithium/common/world/chunk/LithiumHashPalette.java b/src/main/java/me/jellysquid/mods/lithium/common/world/chunk/LithiumHashPalette.java new file mode 100644 diff --git a/patches/server/0078-Update-boss-bar-within-tick.patch b/patches/server/0078-Update-boss-bar-within-tick.patch new file mode 100644 index 0000000..1ce6867 --- /dev/null +++ b/patches/server/0078-Update-boss-bar-within-tick.patch @@ -0,0 +1,51 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: MartijnMuijsers +Date: Thu, 1 Dec 2022 00:12:14 +0100 +Subject: [PATCH] Update boss bar within tick + +License: LGPL-3.0 (https://www.gnu.org/licenses/lgpl-3.0.html) + +This patch is based on the following mixin: +"me/jellysquid/mods/lithium/mixin/ai/raid/RaidMixin.java" +By: Angeline +As part of: Lithium (https://github.com/CaffeineMC/lithium-fabric) +Licensed under: LGPL-3.0 (https://www.gnu.org/licenses/lgpl-3.0.html) + +diff --git a/src/main/java/net/minecraft/world/entity/raid/Raid.java b/src/main/java/net/minecraft/world/entity/raid/Raid.java +index 6a0a1731fd6804eb69d3641213712d31bce085b2..5f2a168e3e282cdb1d2e9cd3fd956eedaf4b4688 100644 +--- a/src/main/java/net/minecraft/world/entity/raid/Raid.java ++++ b/src/main/java/net/minecraft/world/entity/raid/Raid.java +@@ -107,6 +107,7 @@ public class Raid { + private Raid.RaidStatus status; + private int celebrationTicks; + private Optional waveSpawnPos; ++ private boolean isBarDirty; // Gale - Lithium - update boss bar within tick + + public Raid(int id, ServerLevel world, BlockPos pos) { + this.raidEvent = new ServerBossEvent(Raid.RAID_NAME_COMPONENT, BossEvent.BossBarColor.RED, BossEvent.BossBarOverlay.NOTCHED_10); +@@ -270,6 +271,12 @@ public class Raid { + } + + public void tick() { ++ // Gale start - Lithium - update boss bar within tick ++ if (this.isBarDirty) { ++ this.updateBossbarInternal(); ++ this.isBarDirty = false; ++ } ++ // Gale end - Lithium - update boss bar within tick + if (!this.isStopped()) { + if (this.status == Raid.RaidStatus.ONGOING) { + boolean flag = this.active; +@@ -626,6 +633,12 @@ public class Raid { + } + + public void updateBossbar() { ++ // Gale start - Lithium - update boss bar within tick ++ this.isBarDirty = true; ++ } ++ ++ private void updateBossbarInternal() { ++ // Gale end - Lithium - update boss bar within tick + this.raidEvent.setProgress(Mth.clamp(this.getHealthOfLivingRaiders() / this.totalHealth, 0.0F, 1.0F)); + } + diff --git a/patches/server/0078-Skip-entity-move-if-movement-is-zero.patch b/patches/server/0079-Skip-entity-move-if-movement-is-zero.patch similarity index 100% rename from patches/server/0078-Skip-entity-move-if-movement-is-zero.patch rename to patches/server/0079-Skip-entity-move-if-movement-is-zero.patch diff --git a/patches/server/0079-Store-mob-counts-in-an-array.patch b/patches/server/0080-Store-mob-counts-in-an-array.patch similarity index 100% rename from patches/server/0079-Store-mob-counts-in-an-array.patch rename to patches/server/0080-Store-mob-counts-in-an-array.patch diff --git a/patches/server/0080-Optimize-noise-generation.patch b/patches/server/0081-Optimize-noise-generation.patch similarity index 100% rename from patches/server/0080-Optimize-noise-generation.patch rename to patches/server/0081-Optimize-noise-generation.patch diff --git a/patches/server/0081-Ignore-durability-change-equipment-updates.patch b/patches/server/0082-Ignore-durability-change-equipment-updates.patch similarity index 100% rename from patches/server/0081-Ignore-durability-change-equipment-updates.patch rename to patches/server/0082-Ignore-durability-change-equipment-updates.patch diff --git a/patches/server/0082-Hide-flames-on-entities-with-fire-resistance.patch b/patches/server/0083-Hide-flames-on-entities-with-fire-resistance.patch similarity index 100% rename from patches/server/0082-Hide-flames-on-entities-with-fire-resistance.patch rename to patches/server/0083-Hide-flames-on-entities-with-fire-resistance.patch diff --git a/patches/server/0083-Skip-cloning-advancement-criteria.patch b/patches/server/0084-Skip-cloning-advancement-criteria.patch similarity index 100% rename from patches/server/0083-Skip-cloning-advancement-criteria.patch rename to patches/server/0084-Skip-cloning-advancement-criteria.patch diff --git a/patches/server/0084-Player-canSee-by-entity-UUID.patch b/patches/server/0085-Player-canSee-by-entity-UUID.patch similarity index 100% rename from patches/server/0084-Player-canSee-by-entity-UUID.patch rename to patches/server/0085-Player-canSee-by-entity-UUID.patch diff --git a/patches/server/0085-Spread-out-sending-all-player-info.patch b/patches/server/0086-Spread-out-sending-all-player-info.patch similarity index 100% rename from patches/server/0085-Spread-out-sending-all-player-info.patch rename to patches/server/0086-Spread-out-sending-all-player-info.patch diff --git a/patches/server/0086-Optimize-player-list-for-sending-player-info.patch b/patches/server/0087-Optimize-player-list-for-sending-player-info.patch similarity index 100% rename from patches/server/0086-Optimize-player-list-for-sending-player-info.patch rename to patches/server/0087-Optimize-player-list-for-sending-player-info.patch diff --git a/patches/server/0087-Skip-PlayerCommandSendEvent-if-there-are-no-listener.patch b/patches/server/0088-Skip-PlayerCommandSendEvent-if-there-are-no-listener.patch similarity index 100% rename from patches/server/0087-Skip-PlayerCommandSendEvent-if-there-are-no-listener.patch rename to patches/server/0088-Skip-PlayerCommandSendEvent-if-there-are-no-listener.patch diff --git a/patches/server/0088-Send-multiple-keep-alive-packets.patch b/patches/server/0089-Send-multiple-keep-alive-packets.patch similarity index 100% rename from patches/server/0088-Send-multiple-keep-alive-packets.patch rename to patches/server/0089-Send-multiple-keep-alive-packets.patch diff --git a/patches/server/0089-Prevent-entities-random-strolling-into-non-ticking-c.patch b/patches/server/0090-Prevent-entities-random-strolling-into-non-ticking-c.patch similarity index 100% rename from patches/server/0089-Prevent-entities-random-strolling-into-non-ticking-c.patch rename to patches/server/0090-Prevent-entities-random-strolling-into-non-ticking-c.patch diff --git a/patches/server/0090-Specific-interval-TPS-API.patch b/patches/server/0091-Specific-interval-TPS-API.patch similarity index 100% rename from patches/server/0090-Specific-interval-TPS-API.patch rename to patches/server/0091-Specific-interval-TPS-API.patch diff --git a/patches/server/0091-5-second-TPS-average.patch b/patches/server/0092-5-second-TPS-average.patch similarity index 100% rename from patches/server/0091-5-second-TPS-average.patch rename to patches/server/0092-5-second-TPS-average.patch diff --git a/patches/server/0092-Measure-last-tick-time.patch b/patches/server/0093-Measure-last-tick-time.patch similarity index 100% rename from patches/server/0092-Measure-last-tick-time.patch rename to patches/server/0093-Measure-last-tick-time.patch diff --git a/patches/server/0093-Last-tick-time-API.patch b/patches/server/0094-Last-tick-time-API.patch similarity index 100% rename from patches/server/0093-Last-tick-time-API.patch rename to patches/server/0094-Last-tick-time-API.patch diff --git a/patches/server/0094-Show-last-tick-time-in-tps-command.patch b/patches/server/0095-Show-last-tick-time-in-tps-command.patch similarity index 100% rename from patches/server/0094-Show-last-tick-time-in-tps-command.patch rename to patches/server/0095-Show-last-tick-time-in-tps-command.patch diff --git a/patches/server/0095-Increase-time-statistics-in-intervals.patch b/patches/server/0096-Increase-time-statistics-in-intervals.patch similarity index 100% rename from patches/server/0095-Increase-time-statistics-in-intervals.patch rename to patches/server/0096-Increase-time-statistics-in-intervals.patch diff --git a/patches/server/0096-For-collision-check-has-physics-before-same-vehicle.patch b/patches/server/0097-For-collision-check-has-physics-before-same-vehicle.patch similarity index 100% rename from patches/server/0096-For-collision-check-has-physics-before-same-vehicle.patch rename to patches/server/0097-For-collision-check-has-physics-before-same-vehicle.patch diff --git a/patches/server/0097-Skip-negligible-planar-movement-multiplication.patch b/patches/server/0098-Skip-negligible-planar-movement-multiplication.patch similarity index 100% rename from patches/server/0097-Skip-negligible-planar-movement-multiplication.patch rename to patches/server/0098-Skip-negligible-planar-movement-multiplication.patch diff --git a/patches/server/0098-Variable-main-thread-task-delay.patch b/patches/server/0099-Variable-main-thread-task-delay.patch similarity index 100% rename from patches/server/0098-Variable-main-thread-task-delay.patch rename to patches/server/0099-Variable-main-thread-task-delay.patch diff --git a/patches/server/0099-Reduce-RandomSource-instances.patch b/patches/server/0100-Reduce-RandomSource-instances.patch similarity index 98% rename from patches/server/0099-Reduce-RandomSource-instances.patch rename to patches/server/0100-Reduce-RandomSource-instances.patch index a6c1880..47476a3 100644 --- a/patches/server/0099-Reduce-RandomSource-instances.patch +++ b/patches/server/0100-Reduce-RandomSource-instances.patch @@ -73,10 +73,10 @@ index f5886a88fd98ede5e85a91eccccb05ac33eb40e2..cf6499a232d57ffc5337a483086f1392 this.currentState = FishingHook.FishHookState.FLYING; this.noCulling = true; diff --git a/src/main/java/net/minecraft/world/entity/raid/Raid.java b/src/main/java/net/minecraft/world/entity/raid/Raid.java -index 6a0a1731fd6804eb69d3641213712d31bce085b2..afb901cd0edff05b26fc09298b2eb8eb3d4be737 100644 +index 5f2a168e3e282cdb1d2e9cd3fd956eedaf4b4688..6a8dfa5d533f2092a247f7fc42556522ce0c08db 100644 --- a/src/main/java/net/minecraft/world/entity/raid/Raid.java +++ b/src/main/java/net/minecraft/world/entity/raid/Raid.java -@@ -110,7 +110,7 @@ public class Raid { +@@ -111,7 +111,7 @@ public class Raid { public Raid(int id, ServerLevel world, BlockPos pos) { this.raidEvent = new ServerBossEvent(Raid.RAID_NAME_COMPONENT, BossEvent.BossBarColor.RED, BossEvent.BossBarOverlay.NOTCHED_10); @@ -85,7 +85,7 @@ index 6a0a1731fd6804eb69d3641213712d31bce085b2..afb901cd0edff05b26fc09298b2eb8eb this.waveSpawnPos = Optional.empty(); this.id = id; this.level = world; -@@ -124,7 +124,7 @@ public class Raid { +@@ -125,7 +125,7 @@ public class Raid { public Raid(ServerLevel world, CompoundTag nbt) { this.raidEvent = new ServerBossEvent(Raid.RAID_NAME_COMPONENT, BossEvent.BossBarColor.RED, BossEvent.BossBarOverlay.NOTCHED_10); diff --git a/patches/server/0100-CPU-cores-estimation.patch b/patches/server/0101-CPU-cores-estimation.patch similarity index 100% rename from patches/server/0100-CPU-cores-estimation.patch rename to patches/server/0101-CPU-cores-estimation.patch diff --git a/patches/server/0101-Add-centralized-AsyncExecutor.patch b/patches/server/0102-Add-centralized-AsyncExecutor.patch similarity index 100% rename from patches/server/0101-Add-centralized-AsyncExecutor.patch rename to patches/server/0102-Add-centralized-AsyncExecutor.patch diff --git a/patches/server/0102-Remove-Paper-async-executor.patch b/patches/server/0103-Remove-Paper-async-executor.patch similarity index 100% rename from patches/server/0102-Remove-Paper-async-executor.patch rename to patches/server/0103-Remove-Paper-async-executor.patch diff --git a/patches/server/0103-Remove-Paper-cleaner-executor.patch b/patches/server/0104-Remove-Paper-cleaner-executor.patch similarity index 100% rename from patches/server/0103-Remove-Paper-cleaner-executor.patch rename to patches/server/0104-Remove-Paper-cleaner-executor.patch diff --git a/patches/server/0104-Remove-background-executor.patch b/patches/server/0105-Remove-background-executor.patch similarity index 100% rename from patches/server/0104-Remove-background-executor.patch rename to patches/server/0105-Remove-background-executor.patch diff --git a/patches/server/0105-Remove-bootstrap-executor.patch b/patches/server/0106-Remove-bootstrap-executor.patch similarity index 100% rename from patches/server/0105-Remove-bootstrap-executor.patch rename to patches/server/0106-Remove-bootstrap-executor.patch diff --git a/patches/server/0106-Remove-world-upgrade-executors.patch b/patches/server/0107-Remove-world-upgrade-executors.patch similarity index 100% rename from patches/server/0106-Remove-world-upgrade-executors.patch rename to patches/server/0107-Remove-world-upgrade-executors.patch diff --git a/patches/server/0107-Remove-tab-complete-executor.patch b/patches/server/0108-Remove-tab-complete-executor.patch similarity index 100% rename from patches/server/0107-Remove-tab-complete-executor.patch rename to patches/server/0108-Remove-tab-complete-executor.patch diff --git a/patches/server/0108-Remove-text-filter-executor.patch b/patches/server/0109-Remove-text-filter-executor.patch similarity index 100% rename from patches/server/0108-Remove-text-filter-executor.patch rename to patches/server/0109-Remove-text-filter-executor.patch