Used correct item for the mount
This commit is contained in:
parent
3d76f04508
commit
3cc304d99c
@ -37,7 +37,7 @@ public class MountStPatricksHorse extends HorseMount
|
|||||||
{
|
{
|
||||||
super(manager, "St Patrick's Mount",
|
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),
|
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
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user