From cb6cd65886f565f1d2f5299a7b23dc321cf7ccd2 Mon Sep 17 00:00:00 2001 From: MC_XiaoHei Date: Fri, 1 Aug 2025 16:01:29 +0800 Subject: [PATCH] [ci skip] chore: fix patch header --- .../features/0141-Lithium-Sleeping-Block-Entity.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/leaves-server/minecraft-patches/features/0141-Lithium-Sleeping-Block-Entity.patch b/leaves-server/minecraft-patches/features/0141-Lithium-Sleeping-Block-Entity.patch index 2bee60dc..5830ca42 100644 --- a/leaves-server/minecraft-patches/features/0141-Lithium-Sleeping-Block-Entity.patch +++ b/leaves-server/minecraft-patches/features/0141-Lithium-Sleeping-Block-Entity.patch @@ -5,6 +5,17 @@ Subject: [PATCH] Lithium Sleeping Block Entity This patch is Powered by Lithium(https://github.com/CaffeineMC/lithium) +This patch is based on the following mixins: +* "net/caffeinemc/mods/lithium/mixin/world/block_entity_ticking/sleeping/*.java" +* "net/caffeinemc/mods/lithium/mixin/block/hopper/*.java" +* "net/caffeinemc/mods/lithium/mixin/util/block_entity_retrieval/LevelMixin.java" +* "net/caffeinemc/mods/lithium/mixin/util/inventory_change_listening/*.java" +* "net/caffeinemc/mods/lithium/mixin/util/inventory_comparator_tracking/*.java" +* "net/caffeinemc/mods/lithium/mixin/util/item_component_and_count_tracking/*.java" +By: 2No2Name <2No2Name@web.de> +As part of: Lithium (https://github.com/CaffeineMC/lithium) +Licensed under: LGPL-3.0 (https://www.gnu.org/licenses/lgpl-3.0.html) + diff --git a/net/minecraft/core/NonNullList.java b/net/minecraft/core/NonNullList.java index 7e31c5c8659d24948fd45a2d6ee7bdeca6027d27..387325b971b7cec6aeb677bf6c49b8bf21b3a344 100644 --- a/net/minecraft/core/NonNullList.java