diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-07-22 08:50:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-22 16:50:07 +1000 |
| commit | 8c236bab59adf9b9593a6a5f078e26325af6f288 (patch) | |
| tree | c5ba33ec7b75ba2f9775d88a5a81c2e1b6dcfb93 | |
| parent | dba74857e16baa84ecfeea8cdbada73f112e8a4f (diff) | |
| download | notenoughupdates-8c236bab59adf9b9593a6a5f078e26325af6f288.tar.gz notenoughupdates-8c236bab59adf9b9593a6a5f078e26325af6f288.tar.bz2 notenoughupdates-8c236bab59adf9b9593a6a5f078e26325af6f288.zip | |
Add Carnival Masks to the Armor Filter in the Item List (#1264)
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java | 3 |
1 files changed, 2 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 35cbf8c6..43ab7b0d 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java @@ -1426,7 +1426,8 @@ public class NEUOverlay extends Gui { "DUNGEON GLOVES", "DUNGEON CLOAK", "DUNGEON NECKLACE", - "DUNGEON BRACELET" + "DUNGEON BRACELET", + "CARNIVAL MASK" ) >= 0; } else if (getSortMode() == SORT_MODE_ACCESSORY) { return checkItemType(item.get("lore").getAsJsonArray(), "ACCESSORY", "HATCESSORY", "DUNGEON ACCESSORY") >= 0; |
