mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
Remove empty lines between Override and method
This commit is contained in:
parent
8cdd5acaaf
commit
b4521321c8
1 changed files with 0 additions and 2 deletions
|
@ -248,13 +248,11 @@ public class TileEntityLaserRelayFluids extends TileEntityLaserRelay {
|
|||
}
|
||||
|
||||
@Override
|
||||
|
||||
public Component getExtraDisplayString() {
|
||||
return Component.translatable("info.actuallyadditions.laserRelay.fluid.extra").append(": ").append(Component.translatable(this.mode.name).withStyle(ChatFormatting.DARK_RED));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
public Component getCompassDisplayString() {
|
||||
return Component.translatable("info.actuallyadditions.laserRelay.energy.display").withStyle(ChatFormatting.GREEN);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue