Minecraft Blogs / Tutorial

Mob Items and Armor

  • 5,376 views, 2 today
  • 3
  • 0
  • 2
GrimCreeper1212's Avatar GrimCreeper1212
Level 26 : Expert Mage
11
Ever wanted to spawn mobs with custom armor and weapons? Well I'm going to teach you how!

How to spawn a mob with items in their hands:

/summon zombie ~ ~ ~ {HandItems:[{id:"minecraft:iron_sword",Count:1},{id:"minecraft:iron_axe",Count:1}]

The first item (minecraft:iron_sword) is in the mobs right hand and the other item (minecraft:iron_axe) is in the left hand.

How to spawn a mob with armor:

/summon zombie ~ ~ ~ {ArmorItems:[{id:"minecraft:diamond_boots",Count:1},{id:"minecraft:diamond_leggings",Count:1},{id:"minecraft:diamond_chestplate",Count:1},{id:"minecraft:diamond_helmet",Count:1}]}

For the armor, the order goes from Boots, to Legs, to Chest, to Head. DO NOT FORGET TO ADD THE ,Count:1 AT THE END OR IT WON'T WORK.

Cheers,
-Grim
Tags

Create an account or sign in to comment.

1
01/09/2017 3:07 pm
Level 46 : Master Mage
CelebornArt
CelebornArt's Avatar
you maybe should explain a bit what all that stuff means, i know that but, if you are doing a tutorial you should explain, why, and not just copy paste commands.
1
02/21/2017 9:27 am
Level 3 : Apprentice Miner
anonpmc2311599
anonpmc2311599's Avatar
[deleted]
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome