aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java
diff options
context:
space:
mode:
authorThatGravyBoat <gravyboat211@gmail.com>2021-02-10 09:02:09 -0330
committerThatGravyBoat <gravyboat211@gmail.com>2021-02-10 09:02:09 -0330
commitc58414eabf2ba4c69e8135a09724f36fac835f10 (patch)
tree676a845e5e92128955c35e149414897fb10b53f9 /src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java
parent0ee60ad03b55ca65bc76134062532c92065e9357 (diff)
downloadnotenoughupdates-c58414eabf2ba4c69e8135a09724f36fac835f10.tar.gz
notenoughupdates-c58414eabf2ba4c69e8135a09724f36fac835f10.tar.bz2
notenoughupdates-c58414eabf2ba4c69e8135a09724f36fac835f10.zip
Added PetInfo display, allows for the checking of certain pets for certain features, also adds monkey check for treecap cooldown and adds a notification if you are using the wrong pet.
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java b/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java
index 1f70d235..45d6705a 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java
@@ -1165,7 +1165,7 @@ public class NEUConfig extends Config {
desc = "Change the style of the Pet Info overlay"
)
@ConfigEditorDropdown(
- values = {"Background", "No Shadow", "Shadow", "Full Shadow"}
+ values = {"Background", "No Shadow", "Shadow Only", "Full Shadow", "With Shadow"}
)
public int petInfoOverlayStyle = 0;
}