diff --git a/patches/server/0105-Change-max-stack-count.patch b/patches/server/0105-Change-max-stack-count.patch index 960ef2db..681b25e3 100644 --- a/patches/server/0105-Change-max-stack-count.patch +++ b/patches/server/0105-Change-max-stack-count.patch @@ -3,7 +3,11 @@ From: FallingKey Date: Sun, 11 Aug 2024 14:20:37 +0800 Subject: [PATCH] Change max stack count -TODO - Dreeam: Check shulkerbox unpack whether correct +TODO - Dreeam: +- Check shulkerbox unpack whether correct +- stacked dropped shulkerbox unpack issue, need to base on box's item count +- dropped itemstack -> hopper behavior, need to transfer into hopper with correct count +- ...still testing lol diff --git a/src/main/java/net/minecraft/world/entity/item/ItemEntity.java b/src/main/java/net/minecraft/world/entity/item/ItemEntity.java index 1fe41abcdc28013e2dae4b5c3ee727759fc3890c..18773f975b70f4d871808aa0eb1f7313baf26a91 100644