aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-02 21:42:33 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-02 21:42:33 +0100
commitf008d0792aa369c55ad69b7c63c36a91fb6a04c6 (patch)
treee36c8c8ab865c3c8a0d5e1f91ebe3fba61bbd7a9 /src/main/java/at
parent21227a56a680a317ee7b4645df2e3776a24afd52 (diff)
downloadskyhanni-f008d0792aa369c55ad69b7c63c36a91fb6a04c6.tar.gz
skyhanni-f008d0792aa369c55ad69b7c63c36a91fb6a04c6.tar.bz2
skyhanni-f008d0792aa369c55ad69b7c63c36a91fb6a04c6.zip
Added crystal hollows reach and ender armor as fix bingo steps
Diffstat (limited to 'src/main/java/at')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/bingo/BingoNextStepHelper.kt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/bingo/BingoNextStepHelper.kt b/src/main/java/at/hannibal2/skyhanni/features/bingo/BingoNextStepHelper.kt
index 5cc3b7ca3..f02da736e 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/bingo/BingoNextStepHelper.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/bingo/BingoNextStepHelper.kt
@@ -292,6 +292,10 @@ class BingoNextStepHelper {
farmingContest requires SkillLevelStep("Farming", 10)
itemRequired["Jacob's Ticket"] = farmingContest
+ IslandType.DWARVEN_MINES.getStep().also { finalSteps.add(it) }
+ ChatMessageStep("Get Ender Armor").also { finalSteps.add(it) } requires IslandType.THE_END.getStep()
+ IslandType.THE_END.getStep() requires SkillLevelStep("Combat", 12)
+
// enchantedCharcoal(7)
// compactor(7)
}