aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>2023-09-13 04:25:54 +1000
committerGitHub <noreply@github.com>2023-09-12 20:25:54 +0200
commitb72b7d982bda26688c24d8a2f57713121542d35d (patch)
tree6e227d3c92ec4c1baa174b75d6a14605cbcb2273
parent5e69a676854fd48ce33ca1d193d192829b023756 (diff)
downloadNotEnoughUpdates-b72b7d982bda26688c24d8a2f57713121542d35d.tar.gz
NotEnoughUpdates-b72b7d982bda26688c24d8a2f57713121542d35d.tar.bz2
NotEnoughUpdates-b72b7d982bda26688c24d8a2f57713121542d35d.zip
Add disclaimer to pet inventory display as well (#827)
* Update PetOverlay.java * Hopefully made it actually build :thumbsup: --------- Co-authored-by: jani270 <jani270@gmx.de>
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/PetOverlay.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/PetOverlay.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/PetOverlay.java
index 9d88e8f1..a56e2b28 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/PetOverlay.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/PetOverlay.java
@@ -91,7 +91,8 @@ public class PetOverlay {
@Expose
@ConfigOption(
name = "Pet Inventory Display",
- desc = "Shows an overlay in your inventory showing your current pet"
+ desc = "Shows an overlay in your inventory showing your current pet\n" +
+ "\u00A7cRequires Hide Potion Effects to be enabled"
)
@ConfigEditorBoolean
public boolean petInvDisplay = false;