fix shift clicking on the diskmanipulator, fixes #652

This commit is contained in:
way2muchnoise
2016-11-24 13:12:17 +01:00
parent 101ae365f8
commit f3df142da9

View File

@@ -43,7 +43,7 @@ public class ContainerDiskManipulator extends ContainerBase {
if (!mergeItemStack(stack, 4 + 6 + 9, inventorySlots.size(), false)) {
return null;
}
} else if (!mergeItemStack(stack, 0, 16, false)) {
} else if (!mergeItemStack(stack, 0, 4 + 3, false)) {
return mergeItemStackToSpecimen(stack, 4 + 6, 4 + 6 + 9);
}