Merge branch 'master' into configGui-part5

This commit is contained in:
alexcrea 2024-04-28 18:01:39 +02:00
commit 95c976bd56
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
11 changed files with 117 additions and 37 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);