Visual tweaks

This commit is contained in:
Anuken
2021-11-22 23:02:35 -05:00
parent 3a9fdc8b3d
commit 4d49b0b2ee
2 changed files with 5 additions and 3 deletions

View File

@@ -179,7 +179,7 @@ public class GenericCrafter extends Block{
if(consValid()){
progress += getProgressIncrease(craftTime);
totalProgress += delta();
totalProgress += delta() * efficiency();
warmup = Mathf.approachDelta(warmup, warmupTarget(), warmupSpeed);
if(Mathf.chanceDelta(updateEffectChance)){