diff --git a/leaves-server/unapplied/0004-Leaves-Protocol-Core.patch b/leaves-server/minecraft-patches/features/0004-NOT_FINISH-Leaves-Protocol-Core.patch similarity index 74% rename from leaves-server/unapplied/0004-Leaves-Protocol-Core.patch rename to leaves-server/minecraft-patches/features/0004-NOT_FINISH-Leaves-Protocol-Core.patch index cab762f4..6c098e77 100644 --- a/leaves-server/unapplied/0004-Leaves-Protocol-Core.patch +++ b/leaves-server/minecraft-patches/features/0004-NOT_FINISH-Leaves-Protocol-Core.patch @@ -1,7 +1,7 @@ From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: violetc <58360096+s-yh-china@users.noreply.github.com> Date: Sun, 2 Feb 2025 13:08:32 +0800 -Subject: [PATCH] Leaves Protocol Core +Subject: [PATCH] NOT_FINISH Leaves Protocol Core diff --git a/net/minecraft/network/protocol/common/custom/CustomPacketPayload.java b/net/minecraft/network/protocol/common/custom/CustomPacketPayload.java @@ -52,10 +52,10 @@ index 62b9d9486c15a1ec6527f786df4e9fc483390bcb..5384bbc6bb3dbe5481f9d8cb10282551 int i = buffer.readableBytes(); if (i >= 0 && i <= maxSize) { diff --git a/net/minecraft/server/MinecraftServer.java b/net/minecraft/server/MinecraftServer.java -index 4e5b27f2d00a6be6da6db461471395a515dc9b38..d48581353661799e5e031a512227d5e651fa2996 100644 +index 53c435238465c6f628874b64f0fa275bbb50ab73..95f5d078019ebd4fde9bf65748d866b51cfeabc6 100644 --- a/net/minecraft/server/MinecraftServer.java +++ b/net/minecraft/server/MinecraftServer.java -@@ -1742,6 +1742,8 @@ public abstract class MinecraftServer extends ReentrantBlockableEventLoop