aboutsummaryrefslogtreecommitdiff
path: root/src/main
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
commit30aec8ab001fbc0443277f5d25dbb42a6785238f (patch)
tree15041881e9746eec329fa364f64294fe22f254ca /src/main
parent1047d6cd032e500fdc0615063a9c12f469485e97 (diff)
downloadskyhanni-30aec8ab001fbc0443277f5d25dbb42a6785238f.tar.gz
skyhanni-30aec8ab001fbc0443277f5d25dbb42a6785238f.tar.bz2
skyhanni-30aec8ab001fbc0443277f5d25dbb42a6785238f.zip
Fixed nether wart hoes
Diffstat (limited to 'src/main')
-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"