mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-01-08 07:27:39 +01:00
Requires MMOLib 1.3.4+ to function.
Fixes a 1.13 loading issue.
This commit is contained in:
parent
6f079593f8
commit
7781ca0033
BIN
lib/MMOLib.jar
BIN
lib/MMOLib.jar
Binary file not shown.
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user