Make sure they are holding the right items
This commit is contained in:
parent
82acc63e0d
commit
47bc72fff0
@ -1683,7 +1683,7 @@ public enum GameKit
|
||||
new KitEntityData<>
|
||||
(
|
||||
Zombie.class,
|
||||
new ItemStack(Material.GOLD_HELMET),
|
||||
new ItemStack(Material.IRON_HELMET),
|
||||
new ItemStack[]
|
||||
{
|
||||
new ItemStack(Material.IRON_BOOTS),
|
||||
@ -1713,7 +1713,7 @@ public enum GameKit
|
||||
new KitEntityData<>
|
||||
(
|
||||
Zombie.class,
|
||||
new ItemStack(Material.IRON_AXE),
|
||||
new ItemStack(Material.LEVER),
|
||||
new ItemStack[]
|
||||
{
|
||||
new ItemStack(Material.CHAINMAIL_BOOTS),
|
||||
|
Loading…
Reference in New Issue
Block a user