We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b24ac commit 51212b8Copy full SHA for 51212b8
1 file changed
commons/src/main/java/net/swofty/commons/skyblock/item/ItemType.java
@@ -626,6 +626,7 @@ public enum ItemType {
626
GOLDEN_SHOVEL(Material.GOLDEN_SHOVEL, Rarity.COMMON),
627
IRON_SHOVEL(Material.IRON_SHOVEL, Rarity.COMMON),
628
DIAMOND_SHOVEL(Material.DIAMOND_SHOVEL, Rarity.UNCOMMON),
629
+ PROMISING_SHOVEL(Material.IRON_SHOVEL, Rarity.UNCOMMON),
630
631
/**
632
* Bows
0 commit comments