diff options
| author | DoKM <mcazzyman@gmail.com> | 2021-08-23 14:13:19 +0200 |
|---|---|---|
| committer | DoKM <mcazzyman@gmail.com> | 2021-08-23 14:13:19 +0200 |
| commit | f85740988b8fe5ae8255a97eca2333e63937f96c (patch) | |
| tree | 7c43417b87086453c98c17ed457353d5fd7a9f8c /src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java | |
| parent | 97b19369c6cc26705c71e0c7697a1133f5246681 (diff) | |
| download | notenoughupdates-f85740988b8fe5ae8255a97eca2333e63937f96c.tar.gz notenoughupdates-f85740988b8fe5ae8255a97eca2333e63937f96c.tar.bz2 notenoughupdates-f85740988b8fe5ae8255a97eca2333e63937f96c.zip | |
First working version
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java b/src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java index d196f75a..e2e582fa 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java @@ -2008,6 +2008,7 @@ public class NEUOverlay extends Gui { if(hasClick) text.add(EnumChatFormatting.YELLOW.toString()+EnumChatFormatting.BOLD+"LMB/R : View recipe!"); if(hasInfo) text.add(EnumChatFormatting.YELLOW.toString()+EnumChatFormatting.BOLD+"RMB : View additional information!"); + textToDisplay = text; } if(textToDisplay != null) { |
