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

@ -1176,8 +1176,10 @@ public class Blocks implements ContentList{
amount = 12;
rotateSpeed = 0.5f;
layerSpeed = -0.9f;
}}, new DrawMultiWeave(), new DrawBlock(), new DrawHeatInput(), new DrawHeatRegion("-vents"){{
heatColor.a = 1f;
}}, new DrawMultiWeave(){{
glowColor = new Color(1f, 0.4f, 0.4f, 0.8f);
}}, new DrawBlock(), new DrawHeatInput(), new DrawHeatRegion("-vents"){{
heatColor = new Color(1f, 0.4f, 0.3f, 1f);
}});
iconOverride = new String[]{"-bottom", ""};

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)){