cn.nukkit.item.enchantment.loot.EnchantmentLootWeapon Maven / Gradle / Ivy
package cn.nukkit.item.enchantment.loot;
import cn.nukkit.item.enchantment.Enchantment;
import cn.nukkit.item.enchantment.EnchantmentType;
/**
* @author MagicDroidX (Nukkit Project)
*/
public class EnchantmentLootWeapon extends EnchantmentLoot {
public EnchantmentLootWeapon() {
super(Enchantment.ID_LOOTING, "lootBonus", Rarity.RARE, EnchantmentType.SWORD);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy