Skip to content

Commit 51212b8

Browse files
committed
fix
1 parent 92b24ac commit 51212b8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • commons/src/main/java/net/swofty/commons/skyblock/item

commons/src/main/java/net/swofty/commons/skyblock/item/ItemType.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,7 @@ public enum ItemType {
626626
GOLDEN_SHOVEL(Material.GOLDEN_SHOVEL, Rarity.COMMON),
627627
IRON_SHOVEL(Material.IRON_SHOVEL, Rarity.COMMON),
628628
DIAMOND_SHOVEL(Material.DIAMOND_SHOVEL, Rarity.UNCOMMON),
629+
PROMISING_SHOVEL(Material.IRON_SHOVEL, Rarity.UNCOMMON),
629630

630631
/**
631632
* Bows

0 commit comments

Comments
 (0)