mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-11-26 20:45:17 +01:00
Give strays a bow just like their normal skeleton friends.
This commit is contained in:
parent
60a173d447
commit
11fb0ed573
@ -156,6 +156,7 @@ public class MACreature
|
||||
((Slime) e).setSize(4);
|
||||
break;
|
||||
case "skeleton":
|
||||
case "stray":
|
||||
e.getEquipment().setItemInMainHand(new ItemStack(Material.BOW, 1));
|
||||
break;
|
||||
case "babyzombievillager":
|
||||
|
Loading…
Reference in New Issue
Block a user