Minecraft Tutorial Part 017 - Summon custom mobs and Boss mobs

9 years ago
5

Tutorial topic - Summon custom mobs and Boss mobs
Also Includes - equipment, max health

Minecraft is a video game by Mojang/Microsoft. http://www.minecraft.net

The skin I modified - http://www.planetminecraft.com/skin/red-hoodie-2741564/

The Minecraft maps I made - http://www.planetminecraft.com/member/bongotezz/

My Best Friends donation page - https://secure.bestfriends.org/page/outreach/view/personalFR/Bongo
Best Friends website - http://bestfriends.org/
Charity watch's rating for Best Friends - http://www.charitywatch.org/toprated.html#animal

Theme song from - http://www.freesfx.co.uk

/summon Zombie ~ ~1 ~

/summon Zombie ~ ~1 ~ {Equipment:[{id:minecraft:diamond_sword},{},{},{},{}]}

/summon Zombie ~ ~1 ~ {DropChances:[1.0f,0f,0f,0f,0f],Equipment:[{id:minecraft:diamond_sword,Count:1},{},{},{},{}]}

/summon Zombie ~ ~1 ~ {Equipment:[{id:minecraft:diamond_sword},{},{},{},{}],CustomNameVisible:1,CustomName:"Steve"}

/summon Zombie ~ ~1 ~ {Equipment:[{id:minecraft:diamond_sword},{},{},{},{Damage:3,id:minecraft:skull,tag:{SkullOwner:Fellonius}}],CustomNameVisible:1,CustomName:"Fellonius"}

/summon Skeleton ~ ~1 ~ {Equipment:[{id:minecraft:bow},{},{},{},{}],Attributes:[{Name:generic.movementSpeed,Base:0.001}]}

/summon Skeleton ~ ~1 ~ {Equipment:[{id:minecraft:bow},{},{},{},{}],Attributes:[{Name:generic.movementSpeed,Base:0.001},{Name:generic.followRange,Base:0}]}

/summon Zombie ~ ~1 ~ {Equipment:[{id:minecraft:diamond_sword},{},{},{},{}],Attributes:[{Name:generic.maxHealth,Base:200}]}

/summon Zombie ~ ~1 ~ {Equipment:[{id:minecraft:diamond_sword,tag:{ench:[{id:19,lvl:10}]}},{id:minecraft:diamond_boots},{id:minecraft:diamond_leggings},{id:diamond_chestplate},{id:diamond_helmet}],CustomName:Zombie king,CustomNameVisible:1,Attributes:[{Name:generic.maxHealth,Base:200}]}

Loading comments...