Change Armour's Kit NPC armour to IRON
This commit is contained in:
parent
3f0494a7bb
commit
78563675f4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user