mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-14 09:43:47 +01:00
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)) {
|
||||
Lang.translate("tooltip.stressImpact")
|
||||
.style(GRAY)
|
||||
.style(ChatFormatting.GRAY)
|
||||
.forGoggles(tooltip);
|
||||
|
||||
float stressTotal = stressAtBase * Math.abs(getTheoreticalSpeed());
|
||||
|
|
Loading…
Reference in a new issue