Fixes meta on shift click, stll has the dupe exploit

This commit is contained in:
Pahimar 2016-05-22 23:55:30 -04:00
parent 2bed1e81ac
commit 4fac58d422

View file

@ -341,8 +341,7 @@ public class ContainerTransmutationTablet extends ContainerEE implements IElemen
stackInSlot = slot.getStack();
if (stackInSlot == null) {
stackInSlot = new ItemStack(itemStack1.getItem());
stackInSlot = itemStack1.copy();
stackInSlot.stackSize = itemStack1.stackSize;
slot.putStack(stackInSlot);
numTransmuted = itemStack1.stackSize;