Skip to content

Commit

Permalink
Fix cable screen crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Technici4n committed Jul 31, 2024
1 parent fe13cf9 commit eb48d49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ protected void init() {
Network.toServer(new NextEnergyConfigPacket(this.side.get3DDataValue(), this.te.getBlockPos()));
this.te.getSideConfig().nextType(this.side);
}, this).setTooltipSupplier(() -> List.of(
Component.translatable("info.lollipop.side." + this.side.getSerializedName(), ChatFormatting.DARK_GRAY)
Component.translatable("info.lollipop.side." + this.side.getSerializedName())
.withStyle(ChatFormatting.GRAY),
this.te.getSideConfig().getType(this.side).getDisplayName2())));
}
Expand Down

0 comments on commit eb48d49

Please sign in to comment.