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 - Removal
Version 1.4.07-dev 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 horses to the "Shake" ability
+ Added ability to summon horses via "Call of the Wild" using apples + Added ability to summon horses via "Call of the Wild" using apples
+ Added XP gain to Taming for horses + 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 squid were not awarding XP.
= Fixed a bug where Combat XP was granted within 5 seconds for respawned players = 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 = 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 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** ! 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. ! 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 MinimumLevel: 0
XpMultiplier: .5 XpMultiplier: .5
SHEARS: SHEARS:
MinimumLevel: 0
XpMultiplier: .5
BUCKET:
MinimumLevel: 0 MinimumLevel: 0
XpMultiplier: 1 XpMultiplier: 1
FLINT_AND_STEEL:
MinimumLevel: 0
XpMultiplier: .3
# Armor # Armor
IRON_HELMET: IRON_HELMET:
MinimumLevel: 0 MinimumLevel: 0
@ -205,3 +211,6 @@ Repairables:
BOW: BOW:
MinimumLevel: 0 MinimumLevel: 0
XpMultiplier: .5 XpMultiplier: .5
CARROT_STICK:
MinimumLevel: 0
XpMultiplier: .5