Change Armour's Kit NPC armour to IRON

This commit is contained in:
Sam 2018-05-10 22:37:31 +01:00 committed by Alexander Meech
parent 3f0494a7bb
commit 78563675f4
1 changed files with 4 additions and 4 deletions

View File

@ -1686,10 +1686,10 @@ public enum GameKit
new ItemStack(Material.GOLD_HELMET),
new ItemStack[]
{
new ItemStack(Material.GOLD_BOOTS),
new ItemStack(Material.GOLD_LEGGINGS),
new ItemStack(Material.GOLD_CHESTPLATE),
new ItemStack(Material.GOLD_HELMET)
new ItemStack(Material.IRON_BOOTS),
new ItemStack(Material.IRON_LEGGINGS),
new ItemStack(Material.IRON_CHESTPLATE),
new ItemStack(Material.IRON_HELMET)
}
),
2000