Fix Tips list

This commit is contained in:
modmuss50 2023-05-13 14:44:45 +01:00 committed by modmuss
parent 7499ad6f90
commit feffcd40fa

View file

@ -453,7 +453,7 @@ public class GuiBuilder {
@Override
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);
}
}
}