re-introduce time-based calculation quota

player initiated crafting calculation is not affected
This commit is contained in:
Salomão
2021-07-16 14:22:09 -03:00
parent f9c274fb48
commit ced6ad865c
4 changed files with 81 additions and 17 deletions
@@ -119,7 +119,7 @@ public class CraftingTreeNode
IAEItemStack request( final MECraftingInventory inv, long l, final IActionSource src ) throws CraftBranchFailure, InterruptedException
{
this.job.handlePausing();
final List<IAEItemStack> thingsUsed = new ArrayList<>();
this.what.setStackSize( l );