Add looting to meteoric iron sword

This commit is contained in:
okx-code
2025-01-11 16:42:16 +00:00
parent 74439e3594
commit 840a1a2634

View File

@@ -217,6 +217,7 @@ public interface MeteoricIronTools {
meta.setMaxDamage(48_600);
meta.addEnchant(Enchantment.FIRE_ASPECT, 2, false);
meta.addEnchant(Enchantment.SHARPNESS, 5, false);
meta.addEnchant(Enchantment.LOOTING, 3, false);
if (knocback > 0) {
meta.addEnchant(Enchantment.KNOCKBACK, knocback, false);
}