Skip to content

Commit

Permalink
add name for swift sneak
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokkonaut committed Jan 14, 2024
1 parent ac3c86c commit 0973322
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -40,6 +40,7 @@ public class EnchantmentNames {
addEnchantment(Enchantment.FROST_WALKER, "Frost Walker");
addEnchantment(Enchantment.QUICK_CHARGE, "Quick Charge");
addEnchantment(Enchantment.SOUL_SPEED, "Soul Speed");
addEnchantment(Enchantment.SWIFT_SNEAK, "Swift Sneak");
}

private static void addEnchantment(Enchantment enchantment, String name) {
Expand Down

0 comments on commit 0973322

Please sign in to comment.