!Added elements support for gem stones

This commit is contained in:
Indyuce 2020-08-12 12:28:14 +02:00
parent fefdb76b8c
commit f4b8a1c321

View File

@ -31,7 +31,7 @@ import net.mmogroup.mmolib.api.util.AltChar;
public class Elements extends ItemStat {
public Elements() {
super("ELEMENT", new ItemStack(Material.SLIME_BALL), "Elements", new String[] { "The elements of your item." },
new String[] { "slashing", "piercing", "blunt", "offhand", "range", "tool", "armor" });
new String[] { "slashing", "piercing", "blunt", "offhand", "range", "tool", "armor", "gem_stone" });
}
@Override