diff --git a/Spigot-Server-Patches/0565-Optimize-redstone-algorithm.patch b/Spigot-Server-Patches/0566-Optimize-redstone-algorithm.patch similarity index 99% rename from Spigot-Server-Patches/0565-Optimize-redstone-algorithm.patch rename to Spigot-Server-Patches/0566-Optimize-redstone-algorithm.patch index 3104bd973..2a5e78f88 100644 --- a/Spigot-Server-Patches/0565-Optimize-redstone-algorithm.patch +++ b/Spigot-Server-Patches/0566-Optimize-redstone-algorithm.patch @@ -1137,7 +1137,7 @@ index 7b3ccded0451f7b6634aeca0bdc1b5cc94f52b96..6abc3d4cfbe8f5cc1dbe83031d90ee8d c(iblockdata, world, blockposition); world.a(blockposition, false); diff --git a/src/main/java/net/minecraft/server/World.java b/src/main/java/net/minecraft/server/World.java -index 287db5203f3a4995c2b09bfd9fe17734538e7466..d20fe9232ec09289969cc16cfbaec57fe4bb381d 100644 +index edda0ddf1c44d6d1177760a92dc483cff20c762c..724aec660a36eb516514ae5dbee5fee2ca248a5a 100644 --- a/src/main/java/net/minecraft/server/World.java +++ b/src/main/java/net/minecraft/server/World.java @@ -607,6 +607,7 @@ public abstract class World implements GeneratorAccess, AutoCloseable { diff --git a/Spigot-Server-Patches/0566-Fix-hex-colors-not-working-in-some-kick-messages.patch b/Spigot-Server-Patches/0567-Fix-hex-colors-not-working-in-some-kick-messages.patch similarity index 100% rename from Spigot-Server-Patches/0566-Fix-hex-colors-not-working-in-some-kick-messages.patch rename to Spigot-Server-Patches/0567-Fix-hex-colors-not-working-in-some-kick-messages.patch