-
-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Block Strength #2778
base: beta
Are you sure you want to change the base?
Feature: Block Strength #2778
Conversation
One small issue, this won't be fully accurate with HOTM perks and tools/pets that give extra Mining Speed only for specific types of blocks. This could probably be read from HotmAPI and then hardcode known cases for tools/pets (or try to read it out from their lore). |
I added a way to account for them now. I only implemented HOTM perks since I don't know other sources of specific speed. |
Empa gave me a full list. It does now account for lapidary, Gemstone drills as well. And I also added a todo with the remaining sources. |
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
# Conflicts: # src/main/java/at/hannibal2/skyhanni/features/mining/OreBlock.kt # src/main/java/at/hannibal2/skyhanni/utils/InventoryUtils.kt
Conflicts have been resolved! 🎉 |
One or more Detekt Failures were detected:
|
One or more Detekt Failures were detected:
|
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
# Conflicts: # src/main/java/at/hannibal2/skyhanni/features/mining/OreBlock.kt
Conflicts have been resolved! 🎉 |
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
# Conflicts: # src/main/java/at/hannibal2/skyhanni/utils/InventoryUtils.kt
Conflicts have been resolved! 🎉 |
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
# Conflicts: # src/main/java/at/hannibal2/skyhanni/data/model/SkyblockStat.kt
Conflicts have been resolved! 🎉 |
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
# Conflicts: # src/main/java/at/hannibal2/skyhanni/data/OtherInventoryData.kt # src/main/java/at/hannibal2/skyhanni/data/ScreenData.kt # src/main/java/at/hannibal2/skyhanni/events/InventoryCloseEvent.kt
Conflicts have been resolved! 🎉 |
Dependencies
What
Shows how many ticks you need to break any block with your mining speed.
It opens the skyblock menu to collect up to date stats.
Images
Changelog New Features
Changelog Technical Details