Skip to content

Commit

Permalink
enchantment/silk_touch.go: Fix incorrect rarity (#986)
Browse files Browse the repository at this point in the history
  • Loading branch information
inotflying authored Jan 5, 2025
1 parent 9060352 commit 842e1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/item/enchantment/silk_touch.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func (silkTouch) Cost(int) (int, int) {

// Rarity ...
func (silkTouch) Rarity() item.EnchantmentRarity {
return item.EnchantmentRarityRare
return item.EnchantmentRarityVeryRare
}

// CompatibleWithEnchantment ...
Expand Down

0 comments on commit 842e1a7

Please sign in to comment.