Skip to content

Commit

Permalink
fixed reforge bugs with new mining stats
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Sep 20, 2024
1 parent 19f2333 commit d20c1d7
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,14 @@ enum class SkyblockStat(val icon: String) {
PRISTINE("§5✧"),
FORAGING_FORTUNE("§☘"),
FARMING_FORTUNE("§6☘"),

MINING_SPREAD("§e▚"),
MINING_FORTUNE("§6☘"),
ORE_FORTUNE("§6☘"),
DWARVEN_METAL_FORTUNE("§6☘"),
BLOCK_FORTUNE("§6☘"),
GEMSTONE_FORTUNE("§6☘"),

FEAR("§a☠"),
HEAT_RESISTANCE("§c♨"),
;
Expand Down

0 comments on commit d20c1d7

Please sign in to comment.