Give stone swords to wither skeletons on spawn.

Fixes #538
This commit is contained in:
Andreas Troelsen
2019-07-20 22:39:22 +02:00
parent 7317c64678
commit a3004d6403
2 changed files with 4 additions and 0 deletions
@@ -177,6 +177,9 @@ public class MACreature
case "killerbunny":
((Rabbit) e).setRabbitType(Rabbit.Type.THE_KILLER_BUNNY);
break;
case "witherskeleton":
e.getEquipment().setItemInMainHand(new ItemStack(Material.STONE_SWORD, 1));
break;
default:
break;
}