diff options
| author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2022-04-12 16:23:58 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-12 18:23:58 +0200 |
| commit | 0f7fb90f9a757117584daf37b6eba8b37add1518 (patch) | |
| tree | 17a9b373dc1b764eba783869b42058b23faae4ef /src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java | |
| parent | 6f3ed710839922a3637a5afda2e8758dff594b77 (diff) | |
| download | notenoughupdates-0f7fb90f9a757117584daf37b6eba8b37add1518.tar.gz notenoughupdates-0f7fb90f9a757117584daf37b6eba8b37add1518.tar.bz2 notenoughupdates-0f7fb90f9a757117584daf37b6eba8b37add1518.zip | |
Added an command to change repo url and commits url (#109)
* Added an command to change repo url and commits url
* Added new armor types to itemlist category
* made /neurepomode setRepoURL not a pain to use
Co-authored-by: jani270 <jani270@gmx.de>
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java b/src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java index b7aa42d6..75bff803 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java @@ -1390,7 +1390,12 @@ public class NEUOverlay extends Gui { "DUNGEON HELMET", "DUNGEON CHESTPLATE", "DUNGEON LEGGINGS", - "DUNGEON BOOTS" + "DUNGEON BOOTS", + "BELT", + "GLOVES", + "CLOAK", + "NECKLACE", + "BRACELET" ) >= 0; } else if (getSortMode() == SORT_MODE_ACCESSORY) { return checkItemType(item.get("lore").getAsJsonArray(), "ACCESSORY", "HATCCESSORY", "DUNGEON ACCESSORY") >= 0; |
