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
@@ -185,7 +185,7 @@ public class CraftingTreeProcess
void request( final MECraftingInventory inv, final long i, final IActionSource src ) throws CraftBranchFailure, InterruptedException
{
this.job.handlePausing();
if( this.fullSimulation )
{
final InventoryCrafting ic = new InventoryCrafting( new ContainerNull(), 3, 3 );