Added Carrot on a Stick, and Flint & Steel to repair.vanilla.yml

This commit is contained in:
GJ 2013-09-20 11:48:48 -04:00 committed by TfT_02
parent 792ecd6aad
commit 1b92131ce9
2 changed files with 11 additions and 0 deletions

View File

@ -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.

View File

@ -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