mirror of
https://github.com/shansen/EggCatcher.git
synced 2024-11-22 10:05:18 +01:00
Added support for Guardians.
This commit is contained in:
parent
b294d1db5b
commit
95b9960db1
@ -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");
|
||||
|
||||
|
||||
|
||||
|
@ -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!"
|
||||
|
Loading…
Reference in New Issue
Block a user