diff --git a/luminol-server/minecraft-patches/features/0025-Kaiiju-Don-t-pathfind-outside-region.patch b/luminol-server/minecraft-patches/features/0024-Kaiiju-Don-t-pathfind-outside-region.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0025-Kaiiju-Don-t-pathfind-outside-region.patch rename to luminol-server/minecraft-patches/features/0024-Kaiiju-Don-t-pathfind-outside-region.patch diff --git a/luminol-server/minecraft-patches/features/0026-Kaiiju-Vanilla-end-portal-teleportation.patch b/luminol-server/minecraft-patches/features/0025-Kaiiju-Vanilla-end-portal-teleportation.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0026-Kaiiju-Vanilla-end-portal-teleportation.patch rename to luminol-server/minecraft-patches/features/0025-Kaiiju-Vanilla-end-portal-teleportation.patch diff --git a/luminol-server/minecraft-patches/features/0027-Kaiiju-Entity-tick-and-removal-limiter.patch b/luminol-server/minecraft-patches/features/0026-Kaiiju-Entity-tick-and-removal-limiter.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0027-Kaiiju-Entity-tick-and-removal-limiter.patch rename to luminol-server/minecraft-patches/features/0026-Kaiiju-Entity-tick-and-removal-limiter.patch diff --git a/luminol-server/minecraft-patches/features/0028-Purpur-Use-alternative-keep-alive.patch b/luminol-server/minecraft-patches/features/0027-Purpur-Use-alternative-keep-alive.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0028-Purpur-Use-alternative-keep-alive.patch rename to luminol-server/minecraft-patches/features/0027-Purpur-Use-alternative-keep-alive.patch diff --git a/luminol-server/minecraft-patches/features/0029-Purpur-Lobotomize-stuck-villagers.patch b/luminol-server/minecraft-patches/features/0028-Purpur-Lobotomize-stuck-villagers.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0029-Purpur-Lobotomize-stuck-villagers.patch rename to luminol-server/minecraft-patches/features/0028-Purpur-Lobotomize-stuck-villagers.patch diff --git a/luminol-server/minecraft-patches/features/0030-Purpur-Barrels-and-enderchests-6-rows.patch b/luminol-server/minecraft-patches/features/0029-Purpur-Barrels-and-enderchests-6-rows.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0030-Purpur-Barrels-and-enderchests-6-rows.patch rename to luminol-server/minecraft-patches/features/0029-Purpur-Barrels-and-enderchests-6-rows.patch diff --git a/luminol-server/minecraft-patches/features/0031-Petal-Reduce-sensor-work.patch b/luminol-server/minecraft-patches/features/0030-Petal-Reduce-sensor-work.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0031-Petal-Reduce-sensor-work.patch rename to luminol-server/minecraft-patches/features/0030-Petal-Reduce-sensor-work.patch diff --git a/luminol-server/minecraft-patches/features/0032-Pufferfish-Cache-climbing-check-for-activation.patch b/luminol-server/minecraft-patches/features/0031-Pufferfish-Cache-climbing-check-for-activation.patch similarity index 95% rename from luminol-server/minecraft-patches/features/0032-Pufferfish-Cache-climbing-check-for-activation.patch rename to luminol-server/minecraft-patches/features/0031-Pufferfish-Cache-climbing-check-for-activation.patch index d079e4e..3097d7a 100644 --- a/luminol-server/minecraft-patches/features/0032-Pufferfish-Cache-climbing-check-for-activation.patch +++ b/luminol-server/minecraft-patches/features/0031-Pufferfish-Cache-climbing-check-for-activation.patch @@ -18,7 +18,7 @@ index c260741a87513b89a5cc62c543fb9f990f86491e..beb9b3b3cd5ca60bd2cdada937bff8a1 } if (entity instanceof final Mob mob && mob.getTarget() != null) { diff --git a/net/minecraft/world/entity/LivingEntity.java b/net/minecraft/world/entity/LivingEntity.java -index 1981f8e9e158ba7874dd3c9bde127654d56170ce..af903ff99441e56402278dfab069a056ce54b6c3 100644 +index 6258b008ad3e00d41e9f3014572d6f7a06b1847c..2293c3db45e9ecce4e0d4b2f87b8e90228e44d94 100644 --- a/net/minecraft/world/entity/LivingEntity.java +++ b/net/minecraft/world/entity/LivingEntity.java @@ -2044,6 +2044,20 @@ public abstract class LivingEntity extends Entity implements Attackable { diff --git a/luminol-server/minecraft-patches/features/0033-Pufferfish-Reduce-chunk-loading-lookups.patch b/luminol-server/minecraft-patches/features/0032-Pufferfish-Reduce-chunk-loading-lookups.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0033-Pufferfish-Reduce-chunk-loading-lookups.patch rename to luminol-server/minecraft-patches/features/0032-Pufferfish-Reduce-chunk-loading-lookups.patch diff --git a/luminol-server/minecraft-patches/features/0034-Gale-Use-platform-math-functions.patch b/luminol-server/minecraft-patches/features/0033-Gale-Use-platform-math-functions.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0034-Gale-Use-platform-math-functions.patch rename to luminol-server/minecraft-patches/features/0033-Gale-Use-platform-math-functions.patch diff --git a/luminol-server/minecraft-patches/features/0035-Gale-Variable-entity-wake-up-duration.patch b/luminol-server/minecraft-patches/features/0034-Gale-Variable-entity-wake-up-duration.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0035-Gale-Variable-entity-wake-up-duration.patch rename to luminol-server/minecraft-patches/features/0034-Gale-Variable-entity-wake-up-duration.patch diff --git a/luminol-server/minecraft-patches/features/0036-Gale-Skip-entity-move-if-movement-is-zero.patch b/luminol-server/minecraft-patches/features/0035-Gale-Skip-entity-move-if-movement-is-zero.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0036-Gale-Skip-entity-move-if-movement-is-zero.patch rename to luminol-server/minecraft-patches/features/0035-Gale-Skip-entity-move-if-movement-is-zero.patch diff --git a/luminol-server/minecraft-patches/features/0037-Gale-Replace-AI-attributes-with-optimized-collection.patch b/luminol-server/minecraft-patches/features/0036-Gale-Replace-AI-attributes-with-optimized-collection.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0037-Gale-Replace-AI-attributes-with-optimized-collection.patch rename to luminol-server/minecraft-patches/features/0036-Gale-Replace-AI-attributes-with-optimized-collection.patch diff --git a/luminol-server/minecraft-patches/features/0038-Gale-Optimize-noise-generation.patch b/luminol-server/minecraft-patches/features/0037-Gale-Optimize-noise-generation.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0038-Gale-Optimize-noise-generation.patch rename to luminol-server/minecraft-patches/features/0037-Gale-Optimize-noise-generation.patch diff --git a/luminol-server/minecraft-patches/features/0039-SparklyPaper-Optimize-canSee-checks.patch b/luminol-server/minecraft-patches/features/0038-SparklyPaper-Optimize-canSee-checks.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0039-SparklyPaper-Optimize-canSee-checks.patch rename to luminol-server/minecraft-patches/features/0038-SparklyPaper-Optimize-canSee-checks.patch diff --git a/luminol-server/minecraft-patches/features/0040-SparklyPaper-Skip-distanceToSqr-call-in-ServerEntity.patch b/luminol-server/minecraft-patches/features/0039-SparklyPaper-Skip-distanceToSqr-call-in-ServerEntity.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0040-SparklyPaper-Skip-distanceToSqr-call-in-ServerEntity.patch rename to luminol-server/minecraft-patches/features/0039-SparklyPaper-Skip-distanceToSqr-call-in-ServerEntity.patch diff --git a/luminol-server/minecraft-patches/features/0041-Leaf-Secure-seed-and-matter-seed-command.patch b/luminol-server/minecraft-patches/features/0040-Leaf-Secure-seed-and-matter-seed-command.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0041-Leaf-Secure-seed-and-matter-seed-command.patch rename to luminol-server/minecraft-patches/features/0040-Leaf-Secure-seed-and-matter-seed-command.patch diff --git a/luminol-server/minecraft-patches/features/0042-Leaf-Remove-useless-creating-stats-json-bases-on-pla.patch b/luminol-server/minecraft-patches/features/0041-Leaf-Remove-useless-creating-stats-json-bases-on-pla.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0042-Leaf-Remove-useless-creating-stats-json-bases-on-pla.patch rename to luminol-server/minecraft-patches/features/0041-Leaf-Remove-useless-creating-stats-json-bases-on-pla.patch diff --git a/luminol-server/minecraft-patches/features/0043-Leaf-Replace-brain-maps-with-optimized-collection.patch b/luminol-server/minecraft-patches/features/0042-Leaf-Replace-brain-maps-with-optimized-collection.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0043-Leaf-Replace-brain-maps-with-optimized-collection.patch rename to luminol-server/minecraft-patches/features/0042-Leaf-Replace-brain-maps-with-optimized-collection.patch diff --git a/luminol-server/minecraft-patches/features/0044-Leaf-Paper-PR-Prevent-zombie-reinforcements-loading-.patch b/luminol-server/minecraft-patches/features/0043-Leaf-Paper-PR-Prevent-zombie-reinforcements-loading-.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0044-Leaf-Paper-PR-Prevent-zombie-reinforcements-loading-.patch rename to luminol-server/minecraft-patches/features/0043-Leaf-Paper-PR-Prevent-zombie-reinforcements-loading-.patch diff --git a/luminol-server/minecraft-patches/features/0045-Leaf-Smart-sort-entities-in-NearestLivingEntitySenso.patch b/luminol-server/minecraft-patches/features/0044-Leaf-Smart-sort-entities-in-NearestLivingEntitySenso.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0045-Leaf-Smart-sort-entities-in-NearestLivingEntitySenso.patch rename to luminol-server/minecraft-patches/features/0044-Leaf-Smart-sort-entities-in-NearestLivingEntitySenso.patch diff --git a/luminol-server/minecraft-patches/features/0046-Tick-regions-api.patch b/luminol-server/minecraft-patches/features/0045-Tick-regions-api.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0046-Tick-regions-api.patch rename to luminol-server/minecraft-patches/features/0045-Tick-regions-api.patch diff --git a/luminol-server/minecraft-patches/features/0047-Add-missing-teleportation-apis-for-folia.patch b/luminol-server/minecraft-patches/features/0046-Add-missing-teleportation-apis-for-folia.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0047-Add-missing-teleportation-apis-for-folia.patch rename to luminol-server/minecraft-patches/features/0046-Add-missing-teleportation-apis-for-folia.patch diff --git a/luminol-server/minecraft-patches/features/0048-Leaves-Disable-moved-wrongly-threshold.patch b/luminol-server/minecraft-patches/features/0047-Leaves-Disable-moved-wrongly-threshold.patch similarity index 97% rename from luminol-server/minecraft-patches/features/0048-Leaves-Disable-moved-wrongly-threshold.patch rename to luminol-server/minecraft-patches/features/0047-Leaves-Disable-moved-wrongly-threshold.patch index ed85217..051ffe1 100644 --- a/luminol-server/minecraft-patches/features/0048-Leaves-Disable-moved-wrongly-threshold.patch +++ b/luminol-server/minecraft-patches/features/0047-Leaves-Disable-moved-wrongly-threshold.patch @@ -5,7 +5,7 @@ Subject: [PATCH] Leaves Disable moved wrongly threshold diff --git a/net/minecraft/server/network/ServerGamePacketListenerImpl.java b/net/minecraft/server/network/ServerGamePacketListenerImpl.java -index e786177f9e36c1dfb0cdcfc641ab2e36d42f2451..8a4183b1c4c3e7be568e6ede3b319447bf83049b 100644 +index a107d9ee24d0e39ce3e3e09bf27af1ea4ae35b96..225045400f152a9a8f030d6fe367764b00d99b24 100644 --- a/net/minecraft/server/network/ServerGamePacketListenerImpl.java +++ b/net/minecraft/server/network/ServerGamePacketListenerImpl.java @@ -581,7 +581,7 @@ public class ServerGamePacketListenerImpl diff --git a/luminol-server/minecraft-patches/features/0049-Leaves-Fix-Incorrect-Collision-Behavior-for-Block-Sh.patch b/luminol-server/minecraft-patches/features/0048-Leaves-Fix-Incorrect-Collision-Behavior-for-Block-Sh.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0049-Leaves-Fix-Incorrect-Collision-Behavior-for-Block-Sh.patch rename to luminol-server/minecraft-patches/features/0048-Leaves-Fix-Incorrect-Collision-Behavior-for-Block-Sh.patch diff --git a/luminol-server/minecraft-patches/features/0050-Raytracing-tracker-experiment.patch b/luminol-server/minecraft-patches/features/0049-Raytracing-tracker-experiment.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0050-Raytracing-tracker-experiment.patch rename to luminol-server/minecraft-patches/features/0049-Raytracing-tracker-experiment.patch diff --git a/luminol-server/minecraft-patches/features/0051-Disable-Heightmap-Warning.patch b/luminol-server/minecraft-patches/features/0050-Disable-Heightmap-Warning.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0051-Disable-Heightmap-Warning.patch rename to luminol-server/minecraft-patches/features/0050-Disable-Heightmap-Warning.patch diff --git a/luminol-server/minecraft-patches/features/0052-Leaves-Revert-raid-changes.patch b/luminol-server/minecraft-patches/features/0051-Leaves-Revert-raid-changes.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0052-Leaves-Revert-raid-changes.patch rename to luminol-server/minecraft-patches/features/0051-Leaves-Revert-raid-changes.patch diff --git a/luminol-server/minecraft-patches/features/0053-Leaves-Fix-SculkCatalyst-exp-skip.patch b/luminol-server/minecraft-patches/features/0052-Leaves-Fix-SculkCatalyst-exp-skip.patch similarity index 97% rename from luminol-server/minecraft-patches/features/0053-Leaves-Fix-SculkCatalyst-exp-skip.patch rename to luminol-server/minecraft-patches/features/0052-Leaves-Fix-SculkCatalyst-exp-skip.patch index ea95b37..971be6c 100644 --- a/luminol-server/minecraft-patches/features/0053-Leaves-Fix-SculkCatalyst-exp-skip.patch +++ b/luminol-server/minecraft-patches/features/0052-Leaves-Fix-SculkCatalyst-exp-skip.patch @@ -5,7 +5,7 @@ Subject: [PATCH] Leaves Fix SculkCatalyst exp skip diff --git a/net/minecraft/world/entity/LivingEntity.java b/net/minecraft/world/entity/LivingEntity.java -index af903ff99441e56402278dfab069a056ce54b6c3..ca610a9ed7f8bb5e92504731df9d1678e46f0c7b 100644 +index 2293c3db45e9ecce4e0d4b2f87b8e90228e44d94..658aa09aecf8d64145feedb82dc9be2a55201450 100644 --- a/net/minecraft/world/entity/LivingEntity.java +++ b/net/minecraft/world/entity/LivingEntity.java @@ -293,6 +293,7 @@ public abstract class LivingEntity extends Entity implements Attackable { diff --git a/luminol-server/minecraft-patches/features/0024-Fully-removed-player-teleport-event-and-entity-telep.patch b/luminol-server/minecraft-patches/removed/0024-Fully-removed-player-teleport-event-and-entity-telep.patch similarity index 100% rename from luminol-server/minecraft-patches/features/0024-Fully-removed-player-teleport-event-and-entity-telep.patch rename to luminol-server/minecraft-patches/removed/0024-Fully-removed-player-teleport-event-and-entity-telep.patch