Added support for Endermites.

This commit is contained in:
shansen 2015-01-30 17:40:12 +01:00
parent 54df5d2299
commit b294d1db5b
2 changed files with 6 additions and 1 deletions

View File

@ -45,7 +45,8 @@ public enum EggType {
OCELOT(EntityType.OCELOT, 98, "Ocelot"),
BAT(EntityType.BAT, 65, "Bat"),
WITCH(EntityType.WITCH, 66, "Witch"),
HORSE(EntityType.HORSE, 100, "Horse");
HORSE(EntityType.HORSE, 100, "Horse"),
ENDERMITE(EntityType.ENDERMITE, 67, "Endermite");

View File

@ -38,6 +38,7 @@ CatchChance:
Witch: 100.0
Bat: 100.0
Horse: 100.0
Endermite: 100.0
VaultCost:
Pig: 0.0
Sheep: 0.0
@ -63,6 +64,7 @@ VaultCost:
Witch: 0.0
Bat: 0.0
Horse: 0.0
Endermite: 0.0
ItemCost:
ItemId: 371
ItemData: 0
@ -91,6 +93,7 @@ ItemCost:
Witch: 0
Bat: 0
Horse: 0
Endermite: 0
HealthPercentage:
Pig: 100.0
Sheep: 100.0
@ -116,6 +119,7 @@ HealthPercentage:
Witch: 100.0
Bat: 100.0
Horse: 100.0
Endermite: 100.0
Messages:
PermissionFail: "You do not have permission to catch this mob!"
VaultFail: "It costs %s dollars to catch this mob!"