Fix import
This commit is contained in:
parent
64dc6fcabb
commit
ca9e308891
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ public class DeployerTileEntity extends KineticTileEntity {
|
||||||
|
|
||||||
if (StressImpact.isEnabled() && !Mth.equal(stressAtBase, 0)) {
|
if (StressImpact.isEnabled() && !Mth.equal(stressAtBase, 0)) {
|
||||||
Lang.translate("tooltip.stressImpact")
|
Lang.translate("tooltip.stressImpact")
|
||||||
.style(GRAY)
|
.style(ChatFormatting.GRAY)
|
||||||
.forGoggles(tooltip);
|
.forGoggles(tooltip);
|
||||||
|
|
||||||
float stressTotal = stressAtBase * Math.abs(getTheoreticalSpeed());
|
float stressTotal = stressAtBase * Math.abs(getTheoreticalSpeed());
|
||||||
|
|
Loading…
Reference in a new issue