mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-25 22:56:45 +01:00
Added missing COTW message when there are too many Horses nearby
This commit is contained in:
parent
d5bd9a1693
commit
b49e56c857
@ -69,6 +69,9 @@ public class Taming {
|
|||||||
|
|
||||||
case WOLF:
|
case WOLF:
|
||||||
return LocaleLoader.getString("Taming.Summon.Fail.Wolf");
|
return LocaleLoader.getString("Taming.Summon.Fail.Wolf");
|
||||||
|
|
||||||
|
case HORSE:
|
||||||
|
return LocaleLoader.getString("Taming.Summon.Fail.Horse");
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return "";
|
return "";
|
||||||
|
@ -330,6 +330,7 @@ Taming.Skillup=[[YELLOW]]Taming skill increased by {0}. Total ({1})
|
|||||||
Taming.Summon.Complete=[[GREEN]]Summoning complete
|
Taming.Summon.Complete=[[GREEN]]Summoning complete
|
||||||
Taming.Summon.Fail.Ocelot=[[RED]]You have too many ocelots nearby to summon any more.
|
Taming.Summon.Fail.Ocelot=[[RED]]You have too many ocelots nearby to summon any more.
|
||||||
Taming.Summon.Fail.Wolf=[[RED]]You have too many wolves nearby to summon any more.
|
Taming.Summon.Fail.Wolf=[[RED]]You have too many wolves nearby to summon any more.
|
||||||
|
Taming.Summon.Fail.Horse=[[RED]]You have too many horses nearby to summon any more.
|
||||||
Taming.Summon.Name.Format={0}''s {1}
|
Taming.Summon.Name.Format={0}''s {1}
|
||||||
|
|
||||||
#UNARMED
|
#UNARMED
|
||||||
|
Loading…
Reference in New Issue
Block a user