Skip to content

Commit

Permalink
Fixed/ name is not displayed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
topi-banana committed Feb 13, 2025
1 parent de3a12d commit 239577e
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,13 @@ public void render(int mouseX, int mouseY, boolean selected, GuiGraphics drawCon
String schematicName = kyoyuPlacement.getName();

//? if >=1.16 {
drawString(x + 20, y + 7, 0xFFFFFFFF, schematicName, drawContext);
drawSubWidgets(mouseX, mouseY, drawContext);
drawString(x + 20, y + 7, 0xFFFFFFFF, schematicName, drawContext);
drawSubWidgets(mouseX, mouseY, drawContext);
//?} else {
/* drawSubWidgets(mouseX, mouseY); */
/*
drawString(x + 20, y + 7, 0xFFFFFFFF, schematicName);
drawSubWidgets(mouseX, mouseY);
*/
//?}
}

Expand Down

0 comments on commit 239577e

Please sign in to comment.