From b915530a30db58a3996fb396e5385aa3cbaf172a Mon Sep 17 00:00:00 2001 From: shansen Date: Fri, 9 Jun 2017 01:18:48 +0200 Subject: [PATCH] Add parrot configuration --- src/main/resources/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 19afd14..9116e06 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -36,6 +36,7 @@ CatchChance: Mule: 100.0 MushroomCow: 100.0 Ocelot: 100.0 + Parrot: 100.0 Pig: 100.0 PigZombie: 100.0 PolarBear: 100.0 @@ -79,6 +80,7 @@ VaultCost: Mule: 0.0 MushroomCow: 0.0 Ocelot: 0.0 + Parrot: 0.0 Pig: 0.0 PigZombie: 0.0 PolarBear: 0.0 @@ -125,6 +127,7 @@ ItemCost: Mule: 0.0 MushroomCow: 0.0 Ocelot: 0.0 + Parrot: 0.0 Pig: 0.0 PigZombie: 0.0 PolarBear: 0.0 @@ -168,6 +171,7 @@ HealthPercentage: Mule: 100.0 MushroomCow: 100.0 Ocelot: 100.0 + Parrot: 100.0 Pig: 100.0 PigZombie: 100.0 PolarBear: 100.0