Tune punishment

This commit is contained in:
Salomão
2020-10-22 15:28:44 -03:00
parent 169f6393d1
commit 00e19d67a2
2 changed files with 4 additions and 4 deletions
@@ -773,7 +773,7 @@ public class DualityInterface implements IGridTickable, IStorageMonitorable, IIn
this.gridProxy.getGrid(), this.gridProxy.getCrafting(), this.mySource );
if (crafted) this.failedCraftTriesSlot[x] = 0;
else this.failedCraftTriesSlot[x] += 20;
else this.failedCraftTriesSlot[x] += 5;
}
this.failedCraftTriesSlot[x] -= 1;