mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Added Carrot on a Stick, and Flint & Steel to repair.vanilla.yml
This commit is contained in:
parent
792ecd6aad
commit
1b92131ce9
@ -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.
|
||||||
|
@ -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
|
||||||
@ -203,5 +209,8 @@ Repairables:
|
|||||||
MinimumLevel: 0
|
MinimumLevel: 0
|
||||||
XpMultiplier: .5
|
XpMultiplier: .5
|
||||||
BOW:
|
BOW:
|
||||||
|
MinimumLevel: 0
|
||||||
|
XpMultiplier: .5
|
||||||
|
CARROT_STICK:
|
||||||
MinimumLevel: 0
|
MinimumLevel: 0
|
||||||
XpMultiplier: .5
|
XpMultiplier: .5
|
Loading…
Reference in New Issue
Block a user