mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 03:04:44 +02:00
Added Horses to Taming.
This commit is contained in:
@ -246,12 +246,14 @@ Skills:
|
||||
Call_Of_The_Wild:
|
||||
Bones_Required: 10
|
||||
Fish_Required: 10
|
||||
Apples_Required: 10
|
||||
|
||||
# Range to check for nearby pets when using Call Of The Wild, 0 will disable the check
|
||||
Range: 40
|
||||
# Amount of pets to summon when using Call Of The Wild
|
||||
Wolf_Amount: 1
|
||||
Ocelot_Amount: 1
|
||||
Horse_Amount: 1
|
||||
Unarmed:
|
||||
Enabled_For_PVP: true
|
||||
Enabled_For_PVE: true
|
||||
|
@ -139,6 +139,7 @@ Experience:
|
||||
Animal_Taming:
|
||||
Wolf: 250
|
||||
Ocelot: 500
|
||||
Horse: 1000
|
||||
Combat:
|
||||
Multiplier:
|
||||
Animals: 1.0
|
||||
|
@ -548,9 +548,12 @@ permissions:
|
||||
mcmmo.ability.taming.callofthewild.all:
|
||||
description: Allows access to the Call of the Wild abilities
|
||||
children:
|
||||
mcmmo.ability.taming.callofthewild.horse: true
|
||||
mcmmo.ability.taming.callofthewild.ocelot: true
|
||||
mcmmo.ability.taming.callofthewild.renamepets: true
|
||||
mcmmo.ability.taming.callofthewild.wolf: true
|
||||
mcmmo.ability.taming.callofthewild.horse:
|
||||
description: Allows players to summon Horses with Call of the Wild
|
||||
mcmmo.ability.taming.callofthewild.ocelot:
|
||||
description: Allows players to summon Ocelots with Call of the Wild
|
||||
mcmmo.ability.taming.callofthewild.renamepets:
|
||||
|
Reference in New Issue
Block a user