Sunday 3 May 2015

Command Block

Hi guys. In minecraft I developed a command block code to spawn in a special mob of my design called a Zorlack.
The code is.





/summon Zombie ~0 ~1 ~0 {Equipment:[{Count:1,id:iron_sword,tag:{display:{Lore:[Created By RancorHugger]}}},{Count:1,id:chainmail_boots,tag:{display:{Lore:[Created By RancorHugger]}}},{Count:1,id:chainmail_leggings,tag:{display:{Lore:[Created By RancorHugger]}}},{Count:1,id:chainmail_chestplate,tag:{display:{Lore:[Created By RancorHugger]}}},{Count:1,id:skull,Damage:3,tag:{SkullOwner:MHF_EnderDragon,display:{Name:Zorlack Head,Lore:[Created By RancorHugger]}}}],CustomName:Zorlack,CustomNameVisible:1,Attributes:[{Name:generic.maxHealth,Base:20},{Name:generic.movementSpeed,Base:0.7},{Name:generic.attackDamage,Base:7},{Name:generic.followRange,Base:9},{Name:generic.knockbackResistance,Base:4}],DropChances:[0.6F,0.6F,0.6F,0.6F,0.5F],Silent:1,PersistenceRequired:1,CanPickUpLoot:1,CanBreakDoors:1,IsBaby:1}

Simply type this into a command block and you will get a shock.



No comments:

Post a Comment