1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-07 05:00:47 +02:00

Adding enchantment aliases for fire protection

This commit is contained in:
Chris Ward
2012-07-15 19:47:53 +10:00
parent fde9a6c91d
commit 17fea49b2f

View File

@@ -77,6 +77,8 @@ public class Enchantments
ENCHANTMENTS.put("flameprotection", Enchantment.PROTECTION_FIRE);
ENCHANTMENTS.put("fireprotect", Enchantment.PROTECTION_FIRE);
ENCHANTMENTS.put("flameprotect", Enchantment.PROTECTION_FIRE);
ENCHANTMENTS.put("fireprot", Enchantment.PROTECTION_FIRE);
ENCHANTMENTS.put("flameprot", Enchantment.PROTECTION_FIRE);
ENCHANTMENTS.put("projectileprotection", Enchantment.PROTECTION_PROJECTILE);
ENCHANTMENTS.put("projprot", Enchantment.PROTECTION_PROJECTILE);