Requires MMOLib 1.3.4+ to function.

Fixes a 1.13 loading issue.
This commit is contained in:
Ethan 2020-09-15 01:13:02 -04:00
parent 6f079593f8
commit 7781ca0033
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -25,7 +25,7 @@ public class DyeColor extends ItemStat {
public DyeColor() {
super("DYE_COLOR", VersionMaterial.RED_DYE.toItem(), "Dye Color",
new String[] { "The color of your item", "(for dyeable items).", "In RGB." }, new String[] { "all" }, Material.LEATHER_HELMET,
Material.LEATHER_CHESTPLATE, Material.LEATHER_LEGGINGS, Material.LEATHER_BOOTS, Material.LEATHER_HORSE_ARMOR);
Material.LEATHER_CHESTPLATE, Material.LEATHER_LEGGINGS, Material.LEATHER_BOOTS, VersionMaterial.LEATHER_HORSE_ARMOR.toMaterial());
}
@Override