From 805126a8664f0b141d24c6fd153e5a3f7fee2911 Mon Sep 17 00:00:00 2001 From: Monkey0x9 Date: Mon, 19 Jan 2015 20:46:48 +0100 Subject: [PATCH] Tried to add rabbits 2 --- src/main/resources/config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 3505aea..3c98b43 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -38,6 +38,7 @@ CatchChance: Witch: 100.0 Bat: 100.0 Horse: 100.0 + Rabbit: 100.0 VaultCost: Pig: 0.0 Sheep: 0.0 @@ -63,6 +64,7 @@ VaultCost: Witch: 0.0 Bat: 0.0 Horse: 0.0 + Rabbit: 0.0 ItemCost: ItemId: 371 ItemData: 0 @@ -91,6 +93,7 @@ ItemCost: Witch: 0 Bat: 0 Horse: 0 + Rabbit: 0 HealthPercentage: Pig: 100.0 Sheep: 100.0 @@ -116,6 +119,7 @@ HealthPercentage: Witch: 100.0 Bat: 100.0 Horse: 100.0 + Rabbit: 100.0 Messages: PermissionFail: "You do not have permission to catch this mob!" VaultFail: "It costs %s dollars to catch this mob!" @@ -126,4 +130,4 @@ Messages: CatchChanceSuccess: "" HealthPercentageFail: "The mob has more than %s percent health left and cannot be caught!" ConfigVersion: 2.00 -CheckForUpdates: true \ No newline at end of file +CheckForUpdates: true