Fix Tips list
This commit is contained in:
parent
7499ad6f90
commit
feffcd40fa
1 changed files with 1 additions and 1 deletions
|
@ -453,7 +453,7 @@ public class GuiBuilder {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void render(DrawContext drawContext, int index, int y, int x, int width, int height, int mouseX, int mouseY, boolean hovering, float delta) {
|
public void render(DrawContext drawContext, int index, int y, int x, int width, int height, int mouseX, int mouseY, boolean hovering, float delta) {
|
||||||
drawContext.drawTooltip(MinecraftClient.getInstance().textRenderer, tip, x, y);
|
drawContext.drawTextWrapped(MinecraftClient.getInstance().textRenderer, tip, x, y, width, 11184810);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue