Fixed Necrotic

This commit is contained in:
Akiranya
2021-09-09 16:36:57 +08:00
parent 4e1fefdb3a
commit a9c345317c

View File

@@ -55,6 +55,10 @@ public class Necrotic extends EcoEnchant {
return;
}
if (!event.getEntity().getMetadata("eco-target").isEmpty()) {
return;
}
ItemStack item = new ItemStack(Material.WITHER_SKELETON_SKULL, 1);
new DropQueue(player)