diff options
| author | ThatGravyBoat <gravyboat211@gmail.com> | 2021-02-10 09:02:09 -0330 |
|---|---|---|
| committer | ThatGravyBoat <gravyboat211@gmail.com> | 2021-02-10 09:02:09 -0330 |
| commit | c58414eabf2ba4c69e8135a09724f36fac835f10 (patch) | |
| tree | 676a845e5e92128955c35e149414897fb10b53f9 /src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java | |
| parent | 0ee60ad03b55ca65bc76134062532c92065e9357 (diff) | |
| download | notenoughupdates-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.java | 2 |
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; } |
