mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 11:53:29 +01:00
fixed the pride tooltip
This commit is contained in:
parent
2ba62a505d
commit
c4cb0cc512
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ public class PatchouliCompat implements ICompat {
|
||||||
|
|
||||||
if (event.getMouseX() >= x && event.getMouseY() >= y && event.getMouseX() < x + 45 && event.getMouseY() < y + 26)
|
if (event.getMouseX() >= x && event.getMouseY() >= y && event.getMouseX() < x + 45 && event.getMouseY() < y + 26)
|
||||||
gui.renderComponentTooltip(event.getPoseStack(),
|
gui.renderComponentTooltip(event.getPoseStack(),
|
||||||
Collections.singletonList(new TextComponent("§6Happy §4P§6r§ei§2d§9e§5!")),
|
Collections.singletonList(new TextComponent("\u00A76Happy \u00A74P\u00A76r\u00A7ei\u00A72d\u00A79e\u00A75!")),
|
||||||
event.getMouseX(), event.getMouseY(), gui.getMinecraft().font);
|
event.getMouseX(), event.getMouseY(), gui.getMinecraft().font);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue