Skip to content

Commit

Permalink
yoinked free commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Spicierspace153 committed Oct 19, 2024
1 parent e4c2788 commit 6a544a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ default ModularUI createUI(Player entityPlayer) {
screen.addWidget(new ComponentPanelWidget(4, 17, this::addDisplayText)
.textSupplier(this.self().getLevel().isClientSide ? null : this::addDisplayText)
.setMaxWidthLimit(150)
.clickHandler(this::handleDisplayClick)).setSizeHeight(8);
.clickHandler(this::handleDisplayClick));
return new ModularUI(176, 216, this, entityPlayer)
.background(GuiTextures.BACKGROUND)
.widget(screen)
Expand Down

0 comments on commit 6a544a4

Please sign in to comment.