mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +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
|
@Override
|
||||||
|
|
||||||
public Component getExtraDisplayString() {
|
public Component getExtraDisplayString() {
|
||||||
return Component.translatable("info.actuallyadditions.laserRelay.fluid.extra").append(": ").append(Component.translatable(this.mode.name).withStyle(ChatFormatting.DARK_RED));
|
return Component.translatable("info.actuallyadditions.laserRelay.fluid.extra").append(": ").append(Component.translatable(this.mode.name).withStyle(ChatFormatting.DARK_RED));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
||||||
public Component getCompassDisplayString() {
|
public Component getCompassDisplayString() {
|
||||||
return Component.translatable("info.actuallyadditions.laserRelay.energy.display").withStyle(ChatFormatting.GREEN);
|
return Component.translatable("info.actuallyadditions.laserRelay.energy.display").withStyle(ChatFormatting.GREEN);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue