fixes #585
This commit is contained in:
		@@ -51,7 +51,7 @@ public class CraftingStepProcess extends CraftingStep {
 | 
				
			|||||||
    @Override
 | 
					    @Override
 | 
				
			||||||
    public boolean canStartProcessing() {
 | 
					    public boolean canStartProcessing() {
 | 
				
			||||||
        IItemHandler inventory = getPattern().getContainer().getFacingInventory();
 | 
					        IItemHandler inventory = getPattern().getContainer().getFacingInventory();
 | 
				
			||||||
        return insertSimulation(inventory, new LinkedList<>(getToInsert()));
 | 
					        return inventory != null && insertSimulation(inventory, new LinkedList<>(getToInsert()));
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @Override
 | 
					    @Override
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user