diff options
| author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2022-04-30 14:24:52 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-30 16:24:52 +0200 |
| commit | 7243827ec602efa0d2386ab53a61472465e8555a (patch) | |
| tree | f854d9ecddd27a200f3a91193448cfbf85303780 /src/main/java/io/github/moulberry/notenoughupdates/miscgui/GuiItemCustomize.java | |
| parent | e6d58c7281375e8ca67b0e217e9c0eea2626ee19 (diff) | |
| download | notenoughupdates-7243827ec602efa0d2386ab53a61472465e8555a.tar.gz notenoughupdates-7243827ec602efa0d2386ab53a61472465e8555a.tar.bz2 notenoughupdates-7243827ec602efa0d2386ab53a61472465e8555a.zip | |
made it so "pane gui scale" doesnt effect armour/pet huds (#117)
* made it so "pane gui scale" doesnt effect armour/pet huds ( i did not know that was a feature)
this did NOT take me 20 minutes to make this commit on the right branch
* = Updated the syntax for the /sthw command, putting name after the coordinates (@My-Name-Is-Jeff)
* deez nuts
* move equipment tooltips to the left
* move tooltip when rendering
fixes some opengl shenanigans when using GlTranslate
* import static
* i think the number 27 is cooler than 21 but its needed here
* fix pet tooltip when equipment is not cached
* added master star support to the search overlay (no texture rn cos lazy)
* Added 6-10 stars to the auction search overlay
i am not using the web editor
* texture - jani
* ➓/➓ pr adding numbers to /neurename
* ➓/➓ pr adding numbers 2.1.md
* neuec support to attributes (THIS DID NOT TAKE OVER AN HOUR)
* 2.1.md 🙂
* Added flares to tools itemtab / fixed todo move option not showing / some fixes for my heart
* fix normal keybinds not working in CalendarOverlay
* 2.1.md 🙂
* cobble pro time keeper
* added MAXED_ATTRIBUTE_SHARD
* Update 2.1.md
Co-authored-by: Lulonaut <lulonaut@tutanota.de>
Co-authored-by: jani270 <jani270@gmx.de>
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/miscgui/GuiItemCustomize.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/miscgui/GuiItemCustomize.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/miscgui/GuiItemCustomize.java b/src/main/java/io/github/moulberry/notenoughupdates/miscgui/GuiItemCustomize.java index 222a0f88..12d48991 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/miscgui/GuiItemCustomize.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/miscgui/GuiItemCustomize.java @@ -199,6 +199,7 @@ public class GuiItemCustomize extends GuiScreen { EnumChatFormatting.GREEN + "", EnumChatFormatting.GREEN + "Type \"&&\" to use colour codes", EnumChatFormatting.GREEN + "Type \"**\" for \u272A", + EnumChatFormatting.GREEN + "Type \"*1-9\" for \u278A-\u2792", EnumChatFormatting.GREEN + "", EnumChatFormatting.GREEN + "Available colour codes:", Utils.chromaString("\u00B6z = Chroma"), |
