diff --git a/Spigot-Server-Patches/0698-Make-sure-to-remove-correct-TE-during-TE-tick.patch b/Spigot-Server-Patches/0699-Make-sure-to-remove-correct-TE-during-TE-tick.patch similarity index 96% rename from Spigot-Server-Patches/0698-Make-sure-to-remove-correct-TE-during-TE-tick.patch rename to Spigot-Server-Patches/0699-Make-sure-to-remove-correct-TE-during-TE-tick.patch index 99878fb48..957a9a7b2 100644 --- a/Spigot-Server-Patches/0698-Make-sure-to-remove-correct-TE-during-TE-tick.patch +++ b/Spigot-Server-Patches/0699-Make-sure-to-remove-correct-TE-during-TE-tick.patch @@ -19,7 +19,7 @@ index 78dcba08d6d796d5d97c8304bf1f1e7d1e650d5d..6581fe0d93a5c2e7b444a44c01726e02 // Paper end } diff --git a/src/main/java/net/minecraft/world/level/chunk/Chunk.java b/src/main/java/net/minecraft/world/level/chunk/Chunk.java -index 34a9f7b2f998f77b1279516cd09397ab6c2ac1cc..b9e0a17b66e69a02c216c50614bfac4599a42d16 100644 +index 34a9f7b2f998f77b1279516cd09397ab6c2ac1cc..0727b12b5ff146b4efa9204bf4f495f2f1aa20b9 100644 --- a/src/main/java/net/minecraft/world/level/chunk/Chunk.java +++ b/src/main/java/net/minecraft/world/level/chunk/Chunk.java @@ -819,10 +819,18 @@ public class Chunk implements IChunkAccess {