Skip to content

Commit d747c98

Browse files
authored
Fix Issues with Transporting Some Items to Some Inventories (#2648)
1 parent 45cf9a8 commit d747c98

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/gregtech/api/util/GTTransferUtils.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,6 @@ public static ItemStack insertItem(IItemHandler handler, ItemStack stack, boolea
175175
if (handler == null || stack.isEmpty()) {
176176
return stack;
177177
}
178-
if (!stack.isStackable()) {
179-
return insertToEmpty(handler, stack, simulate);
180-
}
181178

182179
IntList emptySlots = new IntArrayList();
183180
int slots = handler.getSlots();

0 commit comments

Comments
 (0)