From 20e86654ef6ddc968cfa60abcab8a4a36109efa9 Mon Sep 17 00:00:00 2001 From: reobf <2215595288@qq.com> Date: Sat, 22 Feb 2025 18:24:14 +0800 Subject: [PATCH] update --- .../java/reobf/proghatches/gt/metatileentity/SuperChestME.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/reobf/proghatches/gt/metatileentity/SuperChestME.java b/src/main/java/reobf/proghatches/gt/metatileentity/SuperChestME.java index 20bf3e1..94be40c 100644 --- a/src/main/java/reobf/proghatches/gt/metatileentity/SuperChestME.java +++ b/src/main/java/reobf/proghatches/gt/metatileentity/SuperChestME.java @@ -524,6 +524,7 @@ public boolean isItemValidForSlot(int aIndex, ItemStack aStack) { if (mInventory[0] == null || mInventory[0].stackSize == 0) { return true; } + return Platform.isSameItem(mInventory[0], aStack); }