Make sure they are holding the right items

This commit is contained in:
Sam 2018-05-11 12:49:40 +01:00 committed by Alexander Meech
parent 82acc63e0d
commit 47bc72fff0
1 changed files with 2 additions and 2 deletions

View File

@ -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),