mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-24 00:26:16 +02:00
Better system for handling 1.20.5 sweeping edge.
This commit is contained in:
parent
45401edbf4
commit
32b535efda
2 changed files with 48 additions and 10 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue