Item in hand change (Devourer)
Changes the item in the NPC's hand for Devourer from OBSIDIAN to a DIAMOND_CHESTPLATE
This commit is contained in:
parent
5382afedda
commit
2f6e140b34
@ -29,7 +29,7 @@ public class KitDevourer extends ProgressingKit
|
||||
new ItemStack(Material.COBBLESTONE, 25)
|
||||
};
|
||||
|
||||
private static final ItemStack IN_HAND = new ItemStack(Material.OBSIDIAN);
|
||||
private static final ItemStack IN_HAND = new ItemStack(Material.DIAMOND_CHESTPLATE);
|
||||
|
||||
public KitDevourer(ArcadeManager manager)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user