diff --git a/luminol-api/paper-patches/features/0011-Leaves-Fix-SculkCatalyst-exp-skip.patch b/luminol-api/paper-patches/features/0011-Leaves-Fix-SculkCatalyst-exp-skip.patch index dbf2f54..927d2e6 100644 --- a/luminol-api/paper-patches/features/0011-Leaves-Fix-SculkCatalyst-exp-skip.patch +++ b/luminol-api/paper-patches/features/0011-Leaves-Fix-SculkCatalyst-exp-skip.patch @@ -3,6 +3,10 @@ From: violetc <58360096+s-yh-china@users.noreply.github.com> Date: Sun, 6 Apr 2025 10:42:47 +0800 Subject: [PATCH] Leaves Fix SculkCatalyst exp skip +Co-authored by: violetc <58360096+s-yh-china@users.noreply.github.com> +As part of: Leaves (https://github.com/LeavesMC/Leaves/blob/master/leaves-api/paper-patches/features/0008-Fix-SculkCatalyst-exp-skip.patch) +Licensed under: GPL-3.0 (https://www.gnu.org/licenses/gpl-3.0.html) + diff --git a/src/main/java/org/bukkit/event/entity/PlayerDeathEvent.java b/src/main/java/org/bukkit/event/entity/PlayerDeathEvent.java index ab7584873e46020148bceecbd42a43055684e6a0..f33ab20313310a113d6c88e0fc1fe1666218061e 100644 diff --git a/luminol-server/minecraft-patches/features/0050-Leaf-Secure-seed-and-matter-seed-command.patch b/luminol-server/minecraft-patches/features/0050-Leaf-Secure-seed-and-matter-seed-command.patch index 786138d..f33b039 100644 --- a/luminol-server/minecraft-patches/features/0050-Leaf-Secure-seed-and-matter-seed-command.patch +++ b/luminol-server/minecraft-patches/features/0050-Leaf-Secure-seed-and-matter-seed-command.patch @@ -3,6 +3,9 @@ From: MrHua269 Date: Tue, 28 Jan 2025 18:56:53 +0800 Subject: [PATCH] Leaf Secure seed and matter seed command +Co-authored by: HaHaWTH <102713261+HaHaWTH@users.noreply.github.com> +As part of: Leaf (https://github.com/Winds-Studio/Leaf/blob/ver/1.21.4/leaf-server/minecraft-patches/features/0049-Matter-Secure-Seed.patch and https://github.com/Winds-Studio/Leaf/blob/ver/1.21.4/leaf-server/minecraft-patches/features/0050-Matter-Secure-Seed-command.patch) +Licensed under: GPL-3.0 (https://www.gnu.org/licenses/gpl-3.0.html) diff --git a/net/minecraft/server/commands/SeedCommand.java b/net/minecraft/server/commands/SeedCommand.java index a65affc41a4fc299bc2281f0f53f2e075633899d..f071e469468b768bd9c063d78c222b1b3e3b13bd 100644 diff --git a/luminol-server/minecraft-patches/features/0051-Leaf-Remove-useless-creating-stats-json-bases-on-pla.patch b/luminol-server/minecraft-patches/features/0051-Leaf-Remove-useless-creating-stats-json-bases-on-pla.patch index 46c845b..3319add 100644 --- a/luminol-server/minecraft-patches/features/0051-Leaf-Remove-useless-creating-stats-json-bases-on-pla.patch +++ b/luminol-server/minecraft-patches/features/0051-Leaf-Remove-useless-creating-stats-json-bases-on-pla.patch @@ -4,6 +4,9 @@ Date: Sat, 8 Mar 2025 21:14:53 +0800 Subject: [PATCH] Leaf Remove useless creating stats json bases on player name logic +Co-authored by: Dreeam <61569423+Dreeam-qwq@users.noreply.github.com> +As part of: Leaf (https://github.com/Winds-Studio/Leaf/blob/ver/1.21.4/leaf-server/minecraft-patches/features/0043-Remove-useless-creating-stats-json-bases-on-player-n.patch) +Licensed under: MIT diff --git a/net/minecraft/server/players/PlayerList.java b/net/minecraft/server/players/PlayerList.java index e5e946462da9e56344428139768075b7bd228ec0..9777a5b7ba9916e426ba87d6ee7cd56f0e43c195 100644 diff --git a/luminol-server/minecraft-patches/features/0052-Leaf-Replace-brain-maps-with-optimized-collection.patch b/luminol-server/minecraft-patches/features/0052-Leaf-Replace-brain-maps-with-optimized-collection.patch index 8439d4b..9f60d2f 100644 --- a/luminol-server/minecraft-patches/features/0052-Leaf-Replace-brain-maps-with-optimized-collection.patch +++ b/luminol-server/minecraft-patches/features/0052-Leaf-Replace-brain-maps-with-optimized-collection.patch @@ -3,9 +3,12 @@ From: MrHua269 Date: Sat, 8 Mar 2025 21:20:11 +0800 Subject: [PATCH] Leaf Replace brain maps with optimized collection +Co-authored by: HaHaWTH <102713261+HaHaWTH@users.noreply.github.com> +As part of: Leaf (https://github.com/Winds-Studio/Leaf/blob/ver/1.21.4/leaf-server/minecraft-patches/features/0070-Replace-brain-maps-with-optimized-collection.patch) +Licensed under: MIT diff --git a/net/minecraft/world/entity/ai/Brain.java b/net/minecraft/world/entity/ai/Brain.java -index d61fba01feecce3610cd390f490d3097c5db19c4..67b71145e4feb4835a79a6007b04511a2c3b938a 100644 +index 52b08be8b37117edc38dddf6d1919178b1f86271..d98eae5ee8a69a89e37751594dfff636831c8016 100644 --- a/net/minecraft/world/entity/ai/Brain.java +++ b/net/minecraft/world/entity/ai/Brain.java @@ -45,14 +45,14 @@ public class Brain { diff --git a/luminol-server/minecraft-patches/features/0053-Leaf-Paper-PR-Prevent-zombie-reinforcements-loading-.patch b/luminol-server/minecraft-patches/features/0053-Leaf-Paper-PR-Prevent-zombie-reinforcements-loading-.patch index 3b3e11b..b1425ef 100644 --- a/luminol-server/minecraft-patches/features/0053-Leaf-Paper-PR-Prevent-zombie-reinforcements-loading-.patch +++ b/luminol-server/minecraft-patches/features/0053-Leaf-Paper-PR-Prevent-zombie-reinforcements-loading-.patch @@ -3,6 +3,9 @@ From: MrHua269 Date: Sat, 8 Mar 2025 21:21:11 +0800 Subject: [PATCH] Leaf Paper PR: Prevent zombie reinforcements loading chunks +Co-authored by: Newwind +As part of: Leaf (https://github.com/Winds-Studio/Leaf/blob/ver/1.21.4/leaf-server/minecraft-patches/features/0081-Paper-PR-Prevent-zombie-reinforcements-loading-chunk.patch) +Original license: GPL-3.0 (https://www.gnu.org/licenses/gpl-3.0.html) diff --git a/net/minecraft/world/entity/monster/Zombie.java b/net/minecraft/world/entity/monster/Zombie.java index cf231380febd6d316eb902d43c636135ee0d7fa4..731473610e068a613d67efaee08ded810fe86cf0 100644 diff --git a/luminol-server/minecraft-patches/features/0056-Leaves-Disable-moved-wrongly-threshold.patch b/luminol-server/minecraft-patches/features/0056-Leaves-Disable-moved-wrongly-threshold.patch index 051ffe1..4e822a4 100644 --- a/luminol-server/minecraft-patches/features/0056-Leaves-Disable-moved-wrongly-threshold.patch +++ b/luminol-server/minecraft-patches/features/0056-Leaves-Disable-moved-wrongly-threshold.patch @@ -3,6 +3,9 @@ From: adabugra <57899270+adabugra@users.noreply.github.com> Date: Fri, 31 Jan 2025 19:17:01 +0300 Subject: [PATCH] Leaves Disable moved wrongly threshold +Co-authored by: violetc <58360096+s-yh-china@users.noreply.github.com> +As part of: Leaves (https://github.com/LeavesMC/Leaves/blob/master/patches/removed/server/0099-Disable-moved-wrongly-threshold.patch) +Licensed under: GPL-3.0 (https://www.gnu.org/licenses/gpl-3.0.html) diff --git a/net/minecraft/server/network/ServerGamePacketListenerImpl.java b/net/minecraft/server/network/ServerGamePacketListenerImpl.java index a107d9ee24d0e39ce3e3e09bf27af1ea4ae35b96..225045400f152a9a8f030d6fe367764b00d99b24 100644 diff --git a/luminol-server/minecraft-patches/features/0057-Leaves-Fix-Incorrect-Collision-Behavior-for-Block-Sh.patch b/luminol-server/minecraft-patches/features/0057-Leaves-Fix-Incorrect-Collision-Behavior-for-Block-Sh.patch index c64518d..c6496eb 100644 --- a/luminol-server/minecraft-patches/features/0057-Leaves-Fix-Incorrect-Collision-Behavior-for-Block-Sh.patch +++ b/luminol-server/minecraft-patches/features/0057-Leaves-Fix-Incorrect-Collision-Behavior-for-Block-Sh.patch @@ -3,6 +3,9 @@ From: MrHua269 Date: Sat, 8 Feb 2025 14:25:16 +0800 Subject: [PATCH] Leaves Fix Incorrect Collision Behavior for Block Shape +Co-authored by: Fortern +As part of: Leaves (https://github.com/LeavesMC/Leaves/blob/master/leaves-server/minecraft-patches/features/0110-Fix-Incorrect-Collision-Behavior-for-Block-Shape.patch) +Licensed under: GPL-3.0 (https://www.gnu.org/licenses/gpl-3.0.html) diff --git a/ca/spottedleaf/moonrise/patches/collisions/CollisionUtil.java b/ca/spottedleaf/moonrise/patches/collisions/CollisionUtil.java index 471b6d49d77e03665ffc269d17ab46f225e3ce1c..c574f9a23868a35ef694e432ba581d2f00e39da7 100644 diff --git a/luminol-server/minecraft-patches/features/0058-Leaves-Fix-SculkCatalyst-exp-skip.patch b/luminol-server/minecraft-patches/features/0058-Leaves-Fix-SculkCatalyst-exp-skip.patch index ae28dcf..eec2159 100644 --- a/luminol-server/minecraft-patches/features/0058-Leaves-Fix-SculkCatalyst-exp-skip.patch +++ b/luminol-server/minecraft-patches/features/0058-Leaves-Fix-SculkCatalyst-exp-skip.patch @@ -3,6 +3,9 @@ From: violetc <58360096+s-yh-china@users.noreply.github.com> Date: Sun, 6 Apr 2025 10:42:45 +0800 Subject: [PATCH] Leaves Fix SculkCatalyst exp skip +Co-authored by: violetc <58360096+s-yh-china@users.noreply.github.com> +As part of: Leaves (https://github.com/LeavesMC/Leaves/blob/master/leaves-server/paper-patches/features/0016-Fix-SculkCatalyst-exp-skip.patch) +Licensed under: GPL-3.0 (https://www.gnu.org/licenses/gpl-3.0.html) diff --git a/net/minecraft/server/level/ServerPlayer.java b/net/minecraft/server/level/ServerPlayer.java index ca67950e35c7f420846337e885d95b8eabca3f37..d9ea3db817878ff56a2772ce983ff95431e1326c 100644