From 1b92131ce9aacba67f7a2fab69a038649ca0e75d Mon Sep 17 00:00:00 2001 From: GJ Date: Fri, 20 Sep 2013 11:48:48 -0400 Subject: [PATCH] Added Carrot on a Stick, and Flint & Steel to repair.vanilla.yml --- Changelog.txt | 2 ++ src/main/resources/repair.vanilla.yml | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/Changelog.txt b/Changelog.txt index 77f02bd56..e45bdddea 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -8,6 +8,7 @@ Key: - Removal Version 1.4.07-dev + + Added Carrot on a Stick, Bucket, and Flint & Steel to repair.vanilla.yml + Added horses to the "Shake" ability + Added ability to summon horses via "Call of the Wild" using apples + Added XP gain to Taming for horses @@ -37,6 +38,7 @@ Version 1.4.07-dev = Fixed a bug where squid were not awarding XP. = Fixed a bug where Combat XP was granted within 5 seconds for respawned players = Fixed a bug where wrong feedback messages were being send when using a command on an offline player + ! Changed default XP multiplier for repairing shears ! Changed format of treasures.yml. **YOU WILL NEED TO UPDATE YOUR FILE TO THE NEW FORMAT** ! Changed format of repair.vanilla.yml. **YOU WILL NEED TO UPDATE YOUR FILE TO THE NEW FORMAT** ! Witches no longer drop water bottles from Shake, since they no longer drop them in Vanilla. diff --git a/src/main/resources/repair.vanilla.yml b/src/main/resources/repair.vanilla.yml index cbcb84d32..9e9b67ab7 100644 --- a/src/main/resources/repair.vanilla.yml +++ b/src/main/resources/repair.vanilla.yml @@ -100,8 +100,14 @@ Repairables: MinimumLevel: 0 XpMultiplier: .5 SHEARS: + MinimumLevel: 0 + XpMultiplier: .5 + BUCKET: MinimumLevel: 0 XpMultiplier: 1 + FLINT_AND_STEEL: + MinimumLevel: 0 + XpMultiplier: .3 # Armor IRON_HELMET: MinimumLevel: 0 @@ -203,5 +209,8 @@ Repairables: MinimumLevel: 0 XpMultiplier: .5 BOW: + MinimumLevel: 0 + XpMultiplier: .5 + CARROT_STICK: MinimumLevel: 0 XpMultiplier: .5 \ No newline at end of file