diff options
| author | DoKM <54663875+DoKM@users.noreply.github.com> | 2021-08-11 17:56:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-11 17:56:37 +0200 |
| commit | 241aad56e2cc1e0594091cc40e6eff40cd813cb1 (patch) | |
| tree | 6e97194e7a49a2995e14d226cd2c8e34729f8572 /src/main/java/io/github/moulberry/notenoughupdates/miscgui | |
| parent | b9969795b98665509af5ba05fc60c30e7459a52a (diff) | |
| parent | 1dc2b76f92322e7848e9d8d122a39254a5df5225 (diff) | |
| download | notenoughupdates-241aad56e2cc1e0594091cc40e6eff40cd813cb1.tar.gz notenoughupdates-241aad56e2cc1e0594091cc40e6eff40cd813cb1.tar.bz2 notenoughupdates-241aad56e2cc1e0594091cc40e6eff40cd813cb1.zip | |
Merge pull request #16 from jani270/yep
Hi! Changed Fast Render MSG and added NEU Text to storage overlay and updated neuhelp
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/miscgui')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/miscgui/StorageOverlay.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/miscgui/StorageOverlay.java b/src/main/java/io/github/moulberry/notenoughupdates/miscgui/StorageOverlay.java index 352c000d..91ac5e6f 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/miscgui/StorageOverlay.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/miscgui/StorageOverlay.java @@ -1973,7 +1973,7 @@ public class StorageOverlay extends GuiElement { "\u00a74Fast Render Warning", "\u00a77Due to the way fast render works, it's not compatible with NEU.", "\u00a77Please disable fast render in your options under", - "\u00a77Options -> Video settings -> Performance -> Fast render", + "\u00a77ESC > Options > Video Settings > Performance > Fast Render", "\u00a77This can't be fixed.", "\u00a77", "\u00a77Press X on your keyboard to close this notifcation"), true, true); |
