Added support for Guardians.

This commit is contained in:
shansen 2015-01-30 17:43:00 +01:00
parent b294d1db5b
commit 95b9960db1
2 changed files with 6 additions and 1 deletions

View File

@ -46,7 +46,8 @@ public enum EggType {
BAT(EntityType.BAT, 65, "Bat"),
WITCH(EntityType.WITCH, 66, "Witch"),
HORSE(EntityType.HORSE, 100, "Horse"),
ENDERMITE(EntityType.ENDERMITE, 67, "Endermite");
ENDERMITE(EntityType.ENDERMITE, 67, "Endermite"),
GUARDIAN(EntityType.GUARDIAN, 68, "Guardian");

View File

@ -39,6 +39,7 @@ CatchChance:
Bat: 100.0
Horse: 100.0
Endermite: 100.0
Guardian: 100.0
VaultCost:
Pig: 0.0
Sheep: 0.0
@ -65,6 +66,7 @@ VaultCost:
Bat: 0.0
Horse: 0.0
Endermite: 0.0
Guardian: 0.0
ItemCost:
ItemId: 371
ItemData: 0
@ -94,6 +96,7 @@ ItemCost:
Bat: 0
Horse: 0
Endermite: 0
Guardian: 0
HealthPercentage:
Pig: 100.0
Sheep: 100.0
@ -120,6 +123,7 @@ HealthPercentage:
Bat: 100.0
Horse: 100.0
Endermite: 100.0
Guardian: 100.0
Messages:
PermissionFail: "You do not have permission to catch this mob!"
VaultFail: "It costs %s dollars to catch this mob!"