ease punishment a bit

This commit is contained in:
Salomão
2020-10-28 19:50:57 -03:00
parent f707f95373
commit 8a165bea09
2 changed files with 3 additions and 3 deletions
@@ -772,7 +772,7 @@ public class DualityInterface implements IGridTickable, IStorageMonitorable, IIn
if (crafted) this.failedCraftTriesSlot[x] = 0;
else{
this.failedCraftTriesSlot[x] += 4;
this.failedCraftTriesSlot[x] += 2;
}
}
this.failedCraftTriesSlot[x] -= 1;