mirror of
https://github.com/shansen/EggCatcher.git
synced 2025-02-21 12:51:18 +01:00
Added support for Endermites.
This commit is contained in:
parent
54df5d2299
commit
b294d1db5b
@ -45,7 +45,8 @@ public enum EggType {
|
|||||||
OCELOT(EntityType.OCELOT, 98, "Ocelot"),
|
OCELOT(EntityType.OCELOT, 98, "Ocelot"),
|
||||||
BAT(EntityType.BAT, 65, "Bat"),
|
BAT(EntityType.BAT, 65, "Bat"),
|
||||||
WITCH(EntityType.WITCH, 66, "Witch"),
|
WITCH(EntityType.WITCH, 66, "Witch"),
|
||||||
HORSE(EntityType.HORSE, 100, "Horse");
|
HORSE(EntityType.HORSE, 100, "Horse"),
|
||||||
|
ENDERMITE(EntityType.ENDERMITE, 67, "Endermite");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -38,6 +38,7 @@ CatchChance:
|
|||||||
Witch: 100.0
|
Witch: 100.0
|
||||||
Bat: 100.0
|
Bat: 100.0
|
||||||
Horse: 100.0
|
Horse: 100.0
|
||||||
|
Endermite: 100.0
|
||||||
VaultCost:
|
VaultCost:
|
||||||
Pig: 0.0
|
Pig: 0.0
|
||||||
Sheep: 0.0
|
Sheep: 0.0
|
||||||
@ -63,6 +64,7 @@ VaultCost:
|
|||||||
Witch: 0.0
|
Witch: 0.0
|
||||||
Bat: 0.0
|
Bat: 0.0
|
||||||
Horse: 0.0
|
Horse: 0.0
|
||||||
|
Endermite: 0.0
|
||||||
ItemCost:
|
ItemCost:
|
||||||
ItemId: 371
|
ItemId: 371
|
||||||
ItemData: 0
|
ItemData: 0
|
||||||
@ -91,6 +93,7 @@ ItemCost:
|
|||||||
Witch: 0
|
Witch: 0
|
||||||
Bat: 0
|
Bat: 0
|
||||||
Horse: 0
|
Horse: 0
|
||||||
|
Endermite: 0
|
||||||
HealthPercentage:
|
HealthPercentage:
|
||||||
Pig: 100.0
|
Pig: 100.0
|
||||||
Sheep: 100.0
|
Sheep: 100.0
|
||||||
@ -116,6 +119,7 @@ HealthPercentage:
|
|||||||
Witch: 100.0
|
Witch: 100.0
|
||||||
Bat: 100.0
|
Bat: 100.0
|
||||||
Horse: 100.0
|
Horse: 100.0
|
||||||
|
Endermite: 100.0
|
||||||
Messages:
|
Messages:
|
||||||
PermissionFail: "You do not have permission to catch this mob!"
|
PermissionFail: "You do not have permission to catch this mob!"
|
||||||
VaultFail: "It costs %s dollars to catch this mob!"
|
VaultFail: "It costs %s dollars to catch this mob!"
|
||||||
|
Loading…
Reference in New Issue
Block a user