give undead warriors stone swords.
This commit is contained in:
parent
580ec27738
commit
181642e200
@ -34,6 +34,8 @@ public class UndeadWarrior extends EventCreature<Zombie>
|
|||||||
eq.setChestplate(new ItemStack(Material.IRON_CHESTPLATE));
|
eq.setChestplate(new ItemStack(Material.IRON_CHESTPLATE));
|
||||||
eq.setLeggings(new ItemStack(Material.IRON_LEGGINGS));
|
eq.setLeggings(new ItemStack(Material.IRON_LEGGINGS));
|
||||||
eq.setBoots(new ItemStack(Material.IRON_BOOTS));
|
eq.setBoots(new ItemStack(Material.IRON_BOOTS));
|
||||||
|
eq.setItemInHand(new ItemStack(Material.STONE_SWORD));
|
||||||
|
eq.setItemInHandDropChance(0.f);
|
||||||
entity.addPotionEffect(new PotionEffect(PotionEffectType.SPEED, 999999, 0));
|
entity.addPotionEffect(new PotionEffect(PotionEffectType.SPEED, 999999, 0));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user