This commit is contained in:
PrototypeTrousers
2022-03-27 09:52:53 -03:00
parent d054c6ab91
commit 6cadfbdcdc
@@ -157,6 +157,7 @@ public class CraftingJob implements Runnable, ICraftingJob
this.availableCheck = new MECraftingInventory( this.original, false, false, false );
this.reserved.values().forEach( availableCheck::reserve );
this.reserved.values().forEach( craftingInventory::reserve );
craftingTreeWatch.start();
this.getTree().request( craftingInventory, this.output.getStackSize(), this.actionSrc );
@@ -191,7 +192,8 @@ public class CraftingJob implements Runnable, ICraftingJob
this.availableCheck = new MECraftingInventory( this.original, false, false, false );
this.reserved.values().forEach( availableCheck::reserve );
this.reserved.values().forEach( craftingInventory::reserve );
craftingTreeWatch.reset().start();
this.getTree().request( craftingInventory, this.output.getStackSize(), this.actionSrc );
craftingTreeWatch.stop();