Skip to content

Commit

Permalink
spotlessApply (#39)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub GTNH Actions <>
  • Loading branch information
github-actions[bot] authored Sep 15, 2024
1 parent a3757ad commit ff97bc0
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,14 @@ private Layout buildPlatesLayout() {
}

private Layout buildSuperdensePlateLayout() {
return Layout.builder().putSlot(
return Layout.builder()
.putSlot(
SlotKeys.SUPERDENSE_PLATES,
Slot.builder(Grid.GRID.grid(10, 11)).setTooltip(
Tooltip.create(Lang.GREGTECH_5_MATERIAL_PARTS.trans("superdenseplateslot"), Tooltip.SLOT_FORMATTING))
Slot.builder(Grid.GRID.grid(10, 11))
.setTooltip(
Tooltip.create(
Lang.GREGTECH_5_MATERIAL_PARTS.trans("superdenseplateslot"),
Tooltip.SLOT_FORMATTING))
.build())
.build();
}
Expand Down

0 comments on commit ff97bc0

Please sign in to comment.