mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-02-01 11:11:21 +01:00
added double stat constructor
This commit is contained in:
parent
fcabecae7e
commit
4161db27e2
@ -25,6 +25,10 @@ import net.Indyuce.mmoitems.stat.data.upgrade.UpgradeInfo;
|
||||
import net.Indyuce.mmoitems.version.nms.ItemTag;
|
||||
|
||||
public class DoubleStat extends ItemStat implements Upgradable {
|
||||
public DoubleStat(ItemStack item, String name, String[] lore, String path) {
|
||||
super(item, name, lore, path, new String[] { "!miscellaneous", "all" });
|
||||
}
|
||||
|
||||
public DoubleStat(ItemStack item, String name, String[] lore, String path, String[] types, Material... materials) {
|
||||
super(item, name, lore, path, types, materials);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user