diff --git a/leaf-server/minecraft-patches/features/0186-Use-UUID-for-cure-reputation.patch b/leaf-server/minecraft-patches/features/0185-Use-UUID-for-cure-reputation.patch similarity index 97% rename from leaf-server/minecraft-patches/features/0186-Use-UUID-for-cure-reputation.patch rename to leaf-server/minecraft-patches/features/0185-Use-UUID-for-cure-reputation.patch index 243d8878..dc41e695 100644 --- a/leaf-server/minecraft-patches/features/0186-Use-UUID-for-cure-reputation.patch +++ b/leaf-server/minecraft-patches/features/0185-Use-UUID-for-cure-reputation.patch @@ -3,6 +3,7 @@ From: HaHaWTH <102713261+HaHaWTH@users.noreply.github.com> Date: Tue, 9 Nov 2077 00:00:00 +0800 Subject: [PATCH] Use UUID for cure reputation +Related MC issue: https://bugs.mojang.com/browse/MC/issues/MC-247647 diff --git a/net/minecraft/world/entity/monster/ZombieVillager.java b/net/minecraft/world/entity/monster/ZombieVillager.java index d4b6c93f9f0e109be300164c4fd9167aba2d951c..138e62965a4e532972e51c16b429e050bb147788 100644 diff --git a/leaf-server/minecraft-patches/features/0187-Cache-potential-behaviors-in-Brain.patch b/leaf-server/minecraft-patches/features/0186-Cache-potential-behaviors-in-Brain.patch similarity index 97% rename from leaf-server/minecraft-patches/features/0187-Cache-potential-behaviors-in-Brain.patch rename to leaf-server/minecraft-patches/features/0186-Cache-potential-behaviors-in-Brain.patch index 44de1e1b..4efc9f80 100644 --- a/leaf-server/minecraft-patches/features/0187-Cache-potential-behaviors-in-Brain.patch +++ b/leaf-server/minecraft-patches/features/0186-Cache-potential-behaviors-in-Brain.patch @@ -5,7 +5,7 @@ Subject: [PATCH] Cache potential behaviors in Brain diff --git a/net/minecraft/world/entity/ai/Brain.java b/net/minecraft/world/entity/ai/Brain.java -index b143cd6d5636dc61458a864cd548c886d14cd30c..954aa416877fd8838fd88d84096918455baa5641 100644 +index 636a945ce2a91b8bf73b790e0e9e412368b3fe71..27fc18000987d6f962df8a9e441eb2e3d28bf213 100644 --- a/net/minecraft/world/entity/ai/Brain.java +++ b/net/minecraft/world/entity/ai/Brain.java @@ -60,6 +60,7 @@ public class Brain { diff --git a/leaf-server/minecraft-patches/features/0188-Use-ActivationList-on-runningBehaviors.patch b/leaf-server/minecraft-patches/features/0187-Use-ActivationList-on-runningBehaviors.patch similarity index 98% rename from leaf-server/minecraft-patches/features/0188-Use-ActivationList-on-runningBehaviors.patch rename to leaf-server/minecraft-patches/features/0187-Use-ActivationList-on-runningBehaviors.patch index fce3295c..d36fa3cd 100644 --- a/leaf-server/minecraft-patches/features/0188-Use-ActivationList-on-runningBehaviors.patch +++ b/leaf-server/minecraft-patches/features/0187-Use-ActivationList-on-runningBehaviors.patch @@ -5,7 +5,7 @@ Subject: [PATCH] Use ActivationList on runningBehaviors diff --git a/net/minecraft/world/entity/ai/Brain.java b/net/minecraft/world/entity/ai/Brain.java -index 954aa416877fd8838fd88d84096918455baa5641..3749808c5392f351b2383dd8d8cf8d884519804e 100644 +index 27fc18000987d6f962df8a9e441eb2e3d28bf213..205d7f583ad9415bd2411c3b13726c6e7d90ff83 100644 --- a/net/minecraft/world/entity/ai/Brain.java +++ b/net/minecraft/world/entity/ai/Brain.java @@ -61,6 +61,7 @@ public class Brain { diff --git a/leaf-server/minecraft-patches/features/0189-Paper-Fix-infinite-loop-in-RegionFile-IO.patch b/leaf-server/minecraft-patches/features/0188-Paper-Fix-infinite-loop-in-RegionFile-IO.patch similarity index 100% rename from leaf-server/minecraft-patches/features/0189-Paper-Fix-infinite-loop-in-RegionFile-IO.patch rename to leaf-server/minecraft-patches/features/0188-Paper-Fix-infinite-loop-in-RegionFile-IO.patch diff --git a/leaf-server/minecraft-patches/features/0190-Paper-Fix-excess-slot-updates-inventory-state-id-des.patch b/leaf-server/minecraft-patches/features/0189-Paper-Fix-excess-slot-updates-inventory-state-id-des.patch similarity index 100% rename from leaf-server/minecraft-patches/features/0190-Paper-Fix-excess-slot-updates-inventory-state-id-des.patch rename to leaf-server/minecraft-patches/features/0189-Paper-Fix-excess-slot-updates-inventory-state-id-des.patch diff --git a/leaf-server/minecraft-patches/features/0185-Paw-optimization.patch b/leaf-server/minecraft-patches/features/0190-Paw-optimization.patch similarity index 100% rename from leaf-server/minecraft-patches/features/0185-Paw-optimization.patch rename to leaf-server/minecraft-patches/features/0190-Paw-optimization.patch diff --git a/leaf-server/paper-patches/features/0039-optimise-ReferenceList.patch b/leaf-server/paper-patches/features/0038-optimise-ReferenceList.patch similarity index 100% rename from leaf-server/paper-patches/features/0039-optimise-ReferenceList.patch rename to leaf-server/paper-patches/features/0038-optimise-ReferenceList.patch diff --git a/leaf-server/paper-patches/features/0040-cache-getBiome.patch b/leaf-server/paper-patches/features/0039-cache-getBiome.patch similarity index 100% rename from leaf-server/paper-patches/features/0040-cache-getBiome.patch rename to leaf-server/paper-patches/features/0039-cache-getBiome.patch diff --git a/leaf-server/paper-patches/features/0041-Paper-Optimise-CraftWorld-getLoadedChunks.patch b/leaf-server/paper-patches/features/0040-Paper-Optimise-CraftWorld-getLoadedChunks.patch similarity index 100% rename from leaf-server/paper-patches/features/0041-Paper-Optimise-CraftWorld-getLoadedChunks.patch rename to leaf-server/paper-patches/features/0040-Paper-Optimise-CraftWorld-getLoadedChunks.patch diff --git a/leaf-server/paper-patches/features/0042-Paper-Update-CraftWorld-getForceLoadedChunks-to-avoi.patch b/leaf-server/paper-patches/features/0041-Paper-Update-CraftWorld-getForceLoadedChunks-to-avoi.patch similarity index 100% rename from leaf-server/paper-patches/features/0042-Paper-Update-CraftWorld-getForceLoadedChunks-to-avoi.patch rename to leaf-server/paper-patches/features/0041-Paper-Update-CraftWorld-getForceLoadedChunks-to-avoi.patch diff --git a/leaf-server/paper-patches/features/0043-dump-pwt-thread.patch b/leaf-server/paper-patches/features/0042-dump-pwt-thread.patch similarity index 100% rename from leaf-server/paper-patches/features/0043-dump-pwt-thread.patch rename to leaf-server/paper-patches/features/0042-dump-pwt-thread.patch diff --git a/leaf-server/paper-patches/features/0038-Paw-optimization.patch b/leaf-server/paper-patches/features/0043-Paw-optimization.patch similarity index 100% rename from leaf-server/paper-patches/features/0038-Paw-optimization.patch rename to leaf-server/paper-patches/features/0043-Paw-optimization.patch