From 8c236bab59adf9b9593a6a5f078e26325af6f288 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 22 Jul 2024 08:50:07 +0200 Subject: Add Carnival Masks to the Armor Filter in the Item List (#1264) --- src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- cgit