diff options
author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2022-12-28 05:41:05 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-27 19:41:05 +0100 |
commit | d9c0192761734a9cf4595f990df408a278b1e430 (patch) | |
tree | 271dbd0632eb13251cd1de904c19ad5c8f69d931 | |
parent | de2b44e25e513592e36689cd2f50e932082dc37c (diff) | |
download | NotEnoughUpdates-d9c0192761734a9cf4595f990df408a278b1e430.tar.gz NotEnoughUpdates-d9c0192761734a9cf4595f990df408a278b1e430.tar.bz2 NotEnoughUpdates-d9c0192761734a9cf4595f990df408a278b1e430.zip |
explain better how to use colour codes in /neurename (#526)
explain better how to use colour codes
-rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/miscgui/GuiItemCustomize.java | 2 |
1 files changed, 1 insertions, 1 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 7d541296..674e4068 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/miscgui/GuiItemCustomize.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/miscgui/GuiItemCustomize.java @@ -221,7 +221,7 @@ public class GuiItemCustomize extends GuiScreen { tooltipToDisplay = Lists.newArrayList( EnumChatFormatting.AQUA + "Set a custom name for the item", EnumChatFormatting.GREEN + "", - EnumChatFormatting.GREEN + "Type \"&&\" to use colour codes", + EnumChatFormatting.GREEN + "Type \"&&\" for \u00B6", EnumChatFormatting.GREEN + "Type \"**\" for \u272A", EnumChatFormatting.GREEN + "Type \"*1-9\" for \u278A-\u2792", EnumChatFormatting.GREEN + "", |