This commit is contained in:
modmuss50 2019-09-20 17:01:37 +01:00
parent dc1b953a24
commit c401a336bc

View file

@ -132,7 +132,7 @@ public class RollingMachineBlockEntity extends PowerAcceptorBlockEntity
if (!currentRecipeOutput.isEmpty()) { if (!currentRecipeOutput.isEmpty()) {
boolean hasCrafted = false; boolean hasCrafted = false;
if (inventory.getInvStack(outputSlot).isEmpty()) { if (inventory.getInvStack(outputSlot).isEmpty()) {
inventory.setInvStack(outputSlot, currentRecipeOutput); inventory.setInvStack(outputSlot, currentRecipeOutput.copy());
tickTime = 0; tickTime = 0;
hasCrafted = true; hasCrafted = true;
} else { } else {