Fix import

This commit is contained in:
SuperCoder79 2022-07-19 11:12:04 -04:00
parent 64dc6fcabb
commit ca9e308891

View file

@ -472,7 +472,7 @@ public class DeployerTileEntity extends KineticTileEntity {
if (StressImpact.isEnabled() && !Mth.equal(stressAtBase, 0)) {
Lang.translate("tooltip.stressImpact")
.style(GRAY)
.style(ChatFormatting.GRAY)
.forGoggles(tooltip);
float stressTotal = stressAtBase * Math.abs(getTheoreticalSpeed());