Used correct item for the mount

This commit is contained in:
LCastr0 2017-03-04 23:52:12 -03:00
parent 3d76f04508
commit 3cc304d99c
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public class MountStPatricksHorse extends HorseMount
{
super(manager, "St Patrick's Mount",
UtilText.splitLinesToArray(new String[]{C.cGray + "You know the cow that jumped over the moon? Total show off."}, LineFormat.LORE),
Material.CAULDRON, (byte) 0, -7, Horse.Color.WHITE, Horse.Style.WHITE, Horse.Variant.HORSE, 1, null);
Material.CAULDRON_ITEM, (byte) 0, -7, Horse.Color.WHITE, Horse.Style.WHITE, Horse.Variant.HORSE, 1, null);
}
@Override