From a1a283d4cb532703b7ad24937544dc34b0ebec71 Mon Sep 17 00:00:00 2001 From: Dreeam <61569423+Dreeam-qwq@users.noreply.github.com> Date: Tue, 26 Mar 2024 20:44:49 -0400 Subject: [PATCH] [ci skip] Add patch comments --- patches/server/0030-Leaves-Jade-Protocol.patch | 2 +- patches/server/0031-Leaves-Appleskin-Protocol.patch | 2 ++ patches/server/0032-Leaves-Xaero-Map-Protocol.patch | 2 ++ patches/server/0033-Leaves-Syncmatica-Protocol.patch | 2 +- patches/server/0077-Chat-Image-protocol.patch | 1 + patches/server/0078-Asteor-Bar-protocol.patch | 1 + 6 files changed, 8 insertions(+), 2 deletions(-) diff --git a/patches/server/0030-Leaves-Jade-Protocol.patch b/patches/server/0030-Leaves-Jade-Protocol.patch index f935385b3..fec9ccf04 100644 --- a/patches/server/0030-Leaves-Jade-Protocol.patch +++ b/patches/server/0030-Leaves-Jade-Protocol.patch @@ -6,7 +6,7 @@ Subject: [PATCH] Leaves: Jade Protocol Original license: GPLv3 Original project: https://github.com/LeavesMC/Leaves -This patch is Powered by Jade(https://github.com/Snownee/Jade) +This patch is Powered by Jade (https://github.com/Snownee/Jade) diff --git a/src/main/java/net/minecraft/world/entity/animal/frog/Tadpole.java b/src/main/java/net/minecraft/world/entity/animal/frog/Tadpole.java index 93e321a0b8fdce12968f03b3cfe6724ae564b823..cd696f6bb7f77338dd289c7c2d6bdf23d79264aa 100644 diff --git a/patches/server/0031-Leaves-Appleskin-Protocol.patch b/patches/server/0031-Leaves-Appleskin-Protocol.patch index ffb8f1453..68da584e7 100644 --- a/patches/server/0031-Leaves-Appleskin-Protocol.patch +++ b/patches/server/0031-Leaves-Appleskin-Protocol.patch @@ -6,6 +6,8 @@ Subject: [PATCH] Leaves: Appleskin Protocol Original license: GPLv3 Original project: https://github.com/LeavesMC/Leaves +This patch is Powered by AppleSkin (https://github.com/squeek502/AppleSkin) + diff --git a/src/main/java/org/dreeam/leaf/config/modules/network/ProtocolSupport.java b/src/main/java/org/dreeam/leaf/config/modules/network/ProtocolSupport.java index b63d87d0593d116b0c5ee835dc4372f1b5542453..ef23577faaf7948d7a9b1def4d56506eab19cc80 100644 --- a/src/main/java/org/dreeam/leaf/config/modules/network/ProtocolSupport.java diff --git a/patches/server/0032-Leaves-Xaero-Map-Protocol.patch b/patches/server/0032-Leaves-Xaero-Map-Protocol.patch index 24e88b921..495345e77 100644 --- a/patches/server/0032-Leaves-Xaero-Map-Protocol.patch +++ b/patches/server/0032-Leaves-Xaero-Map-Protocol.patch @@ -6,6 +6,8 @@ Subject: [PATCH] Leaves: Xaero Map Protocol Original license: GPLv3 Original project: https://github.com/LeavesMC/Leaves +This patch is Powered by Xaero Map + diff --git a/src/main/java/net/minecraft/server/players/PlayerList.java b/src/main/java/net/minecraft/server/players/PlayerList.java index 9a3dbd337728374e3adb1071769f7824c2698fe3..e960528f7e261552b3936e596d0ff9c285a151ca 100644 --- a/src/main/java/net/minecraft/server/players/PlayerList.java diff --git a/patches/server/0033-Leaves-Syncmatica-Protocol.patch b/patches/server/0033-Leaves-Syncmatica-Protocol.patch index a37ae5768..fb2b66f88 100644 --- a/patches/server/0033-Leaves-Syncmatica-Protocol.patch +++ b/patches/server/0033-Leaves-Syncmatica-Protocol.patch @@ -6,7 +6,7 @@ Subject: [PATCH] Leaves: Syncmatica Protocol Original license: GPLv3 Original project: https://github.com/LeavesMC/Leaves -This patch is Powered by Syncmatica(https://github.com/End-Tech/syncmatica) +This patch is Powered by Syncmatica (https://github.com/End-Tech/syncmatica) diff --git a/src/main/java/net/minecraft/server/network/ServerGamePacketListenerImpl.java b/src/main/java/net/minecraft/server/network/ServerGamePacketListenerImpl.java index 8895e7d35af8650503853b6fc7432f66e4f333db..451095afa88a2d89d33658042e9a62ef14547cc7 100644 diff --git a/patches/server/0077-Chat-Image-protocol.patch b/patches/server/0077-Chat-Image-protocol.patch index dbc583716..54c523c82 100644 --- a/patches/server/0077-Chat-Image-protocol.patch +++ b/patches/server/0077-Chat-Image-protocol.patch @@ -3,6 +3,7 @@ From: HaHaWTH Date: Wed, 13 Mar 2024 18:11:10 +0800 Subject: [PATCH] Chat Image protocol +This patch is Powered by ChatImage (https://github.com/kitUIN/ChatImage) diff --git a/src/main/java/org/dreeam/leaf/config/modules/network/ProtocolSupport.java b/src/main/java/org/dreeam/leaf/config/modules/network/ProtocolSupport.java index 3e5e27efac1791cce961ec144405d8215ab87996..1c1abbb3a74a519520d2c1229721887c19d9df2e 100644 diff --git a/patches/server/0078-Asteor-Bar-protocol.patch b/patches/server/0078-Asteor-Bar-protocol.patch index 49eb5dde8..b691a4013 100644 --- a/patches/server/0078-Asteor-Bar-protocol.patch +++ b/patches/server/0078-Asteor-Bar-protocol.patch @@ -3,6 +3,7 @@ From: HaHaWTH Date: Fri, 22 Mar 2024 04:36:25 +0800 Subject: [PATCH] Asteor Bar protocol +This patch is Powered by AsteorBar (https://github.com/afoxxvi/AsteorBarMod) diff --git a/src/main/java/org/dreeam/leaf/config/modules/network/ProtocolSupport.java b/src/main/java/org/dreeam/leaf/config/modules/network/ProtocolSupport.java index 1c1abbb3a74a519520d2c1229721887c19d9df2e..92bac2a84fef7b91f033479f2362ce7a2009a51a 100644