aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2021-11-10 21:01:24 +0100
committerGitHub <noreply@github.com>2021-11-10 15:01:24 -0500
commit7a086d1d341f6c51a9857af439c3be9221b10fec (patch)
treec0944c482aa50dd244f2cb9ce1e4c657ea9d966c /src/main
parenteaaa44eaac80eb7a3d2d0b1ea390700093fcfed2 (diff)
downloadNotEnoughUpdates-7a086d1d341f6c51a9857af439c3be9221b10fec.tar.gz
NotEnoughUpdates-7a086d1d341f6c51a9857af439c3be9221b10fec.tar.bz2
NotEnoughUpdates-7a086d1d341f6c51a9857af439c3be9221b10fec.zip
Updated PV Hotm Texture and made itemlist tools category work with drills and gauntlet (#20)
* Update pv_mining.png * Itemlist drills and gauntlet * My name
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java2
-rw-r--r--src/main/resources/assets/notenoughupdates/pv_mining.pngbin4543 -> 4516 bytes
2 files changed, 1 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 adf0df8b..ef2c14b9 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java
@@ -1215,7 +1215,7 @@ public class NEUOverlay extends Gui {
return internalname.matches(petRegex) && item.get("displayname").getAsString().contains("[");
} else if (getSortMode() == SORT_MODE_TOOL) {
return checkItemType(item.get("lore").getAsJsonArray(),
- "SWORD", "BOW", "AXE", "PICKAXE", "FISHING ROD", "WAND", "SHOVEL", "HOE", "DUNGEON SWORD", "DUNGEON BOW") >= 0;
+ "SWORD", "BOW", "AXE", "PICKAXE", "FISHING ROD", "WAND", "SHOVEL", "HOE", "DUNGEON SWORD", "DUNGEON BOW", "DRILL", "GAUNTLET") >= 0;
} else if (getSortMode() == SORT_MODE_ARMOR) {
return checkItemType(item.get("lore").getAsJsonArray(), "HELMET", "CHESTPLATE", "LEGGINGS", "BOOTS", "DUNGEON HELMET", "DUNGEON CHESTPLATE", "DUNGEON LEGGINGS", "DUNGEON BOOTS") >= 0;
} else if (getSortMode() == SORT_MODE_ACCESSORY) {
diff --git a/src/main/resources/assets/notenoughupdates/pv_mining.png b/src/main/resources/assets/notenoughupdates/pv_mining.png
index 3c0066e8..a183fe88 100644
--- a/src/main/resources/assets/notenoughupdates/pv_mining.png
+++ b/src/main/resources/assets/notenoughupdates/pv_mining.png
Binary files differ