mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
SPIGOT-1576: Add more new 1.9 enchants.
By: md_5 <git@md-5.net>
This commit is contained in:
parent
4ff62a4c6a
commit
d0640b9cd7
1 changed files with 4 additions and 0 deletions
|
@ -78,6 +78,8 @@ public class CraftEnchantment extends Enchantment {
|
|||
return "THORNS";
|
||||
case 8:
|
||||
return "DEPTH_STRIDER";
|
||||
case 9:
|
||||
return "FROST_WALKER";
|
||||
case 16:
|
||||
return "DAMAGE_ALL";
|
||||
case 17:
|
||||
|
@ -110,6 +112,8 @@ public class CraftEnchantment extends Enchantment {
|
|||
return "LUCK";
|
||||
case 62:
|
||||
return "LURE";
|
||||
case 70:
|
||||
return "MENDING";
|
||||
default:
|
||||
return "UNKNOWN_ENCHANT_" + getId();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue