aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-12 17:39:13 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-12 17:39:13 +0100
commit63eec97bdcb44831ccdbb1ccaa67a40496780634 (patch)
tree15041881e9746eec329fa364f64294fe22f254ca
parent74c4098af2c91c160e6dc382e74a29a488aed01d (diff)
downloadSkyHanni-63eec97bdcb44831ccdbb1ccaa67a40496780634.tar.gz
SkyHanni-63eec97bdcb44831ccdbb1ccaa67a40496780634.tar.bz2
SkyHanni-63eec97bdcb44831ccdbb1ccaa67a40496780634.zip
Fixed nether wart hoes
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/garden/GardenAPI.kt5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/garden/GardenAPI.kt b/src/main/java/at/hannibal2/skyhanni/features/garden/GardenAPI.kt
index e71f809ce..4e40740f9 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/garden/GardenAPI.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/garden/GardenAPI.kt
@@ -64,10 +64,7 @@ class GardenAPI {
internalName == "CACTUS_KNIFE" -> "Cactus"
internalName == "COCO_CHOPPER" -> "Cocoa Beans"
internalName == "FUNGI_CUTTER" -> "Mushroom"
- internalName.startsWith("ENCHANTED_NETHER_STALK") -> "Nether Wart"
- internalName.startsWith("THEORETICAL_HOE_WHEAT") -> "Wheat"
- internalName.startsWith("THEORETICAL_HOE_CARROT") -> "Carrot"
- internalName.startsWith("PUMPKIN_DICER") -> "Pumpkin"
+ internalName.startsWith("THEORETICAL_HOE_WARTS") -> "Nether Wart"
internalName.startsWith("DAEDALUS_AXE") && withDaedalus -> "Daedalus Axe"