Better system for handling 1.20.5 sweeping edge.

This commit is contained in:
alexcrea 2024-04-28 04:02:03 +02:00
parent 45401edbf4
commit 32b535efda
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
2 changed files with 48 additions and 10 deletions

View file

@ -39,6 +39,7 @@ public enum EnchantmentProperties {
SOUL_SPEED(EnchantmentRarity.VERY_RARE),
SWIFT_SNEAK(EnchantmentRarity.VERY_RARE),
SWEEPING(EnchantmentRarity.RARE),
SWEEPING_EDGE(EnchantmentRarity.RARE),
THORNS(EnchantmentRarity.VERY_RARE),
UNBREAKING(EnchantmentRarity.UNCOMMON),
VANISHING_CURSE(EnchantmentRarity.VERY_RARE);