actually return if a crafting job is running

This commit is contained in:
PrototypeTrousers
2022-02-19 23:03:08 -03:00
parent 66bc243b41
commit 17a900ae9a
2 changed files with 2 additions and 1 deletions
@@ -968,6 +968,7 @@ public class DualityInterface implements IGridTickable, IStorageMonitorable, IIn
{
this.failedCraftTriesSlot[x] += 2;
}
return crafted;
}
this.failedCraftTriesSlot[x] -= 1;
}