Minecraft Blogs / Tutorial

Redstone Tips and Tricks [Funny and Extreme Mobs] [Giant] [Diamond Armored Mobs] [King Slime!]

  • 14,774 views, 1 today
  • 8
  • 6
  • 10
buzzybrendan's Avatar buzzybrendan
Level 49 : Master Engineer
26
Hello! This is an exciting redstone tips and tricks, for today i'm showing some mobs... boring right? WRONG!!! These are special mobs. They're:

  • Funny
  • Huge
  • Exciting
  • Dangerous
  • Unspawnable without redstone
Get ready to blow your socks off, or your shoes if your wearing those!


Giant:

This before 1.7, could not be spawned in-game without an external program like MCEdit, Spc, or NBTEditor. This mob looks like a zombie x16. That's a REALLY big zombie... This is easier to spawn all you have to do is spawn a command block (/give @p minecraft:command_block 1), then in it type: /summon Giant .

Example: /summon Giant ~ ~1 ~

Skeletal Horse and Zombified Horse:

This was made in 1.6, but just like the giant it couldn't be made without an external program. Now it's a lot easier to do! This one needs datatag unlike giant though. To spawn it get a command block, and type in it: /summon EntityHorse {Type:4}. This will give you a skeleton/horse, you can also spawn a zombie horse! You can do that by typing in the command block: /summon EntityHorse {Type:3}. Wanna ride it??? /summon EntityHorse {Type:4,Tame:1}!!!

Example: /summon EntityHorse ~ ~1 ~ {Type:3,Tame:1}

Diamond Armor Mobs:

Ever went into survival and seen a fully enchanted diamond armored armed zombie? Maybe not yet, but this part will bring that tank to your house! To start you must have a command block. This time you MUST have a command block because the command is too long. The First step is to know how to spawn a zombie. /summon Zombie . Now to give him armor it gets a lot more complicated. To do this you must use datatag. /summon Zombie {Equipment:[{id:0},{id:313},{id:312},{id:311},{id:310}]}. That will spawn a zombie with full diamond armor. Now the monster needs a weapon :3 ! /summon Zombie {Equipment:[{id:276},{id:313},{id:312},{id:311},{id:310}]}. These commands ARE getting pretty long, but it's worth it in the end to be killed by a op zombie! If you want to give him a bow you do {id:261} instead of {id:276}. Now if you don't want to have a chance against this guy you can give him enchantments. This will be a VERY VERY VERY HUGE command. /summon Zombie {Equipment:[{id:276,tag:{ench:[{id:16,lvl:4}]}},{id:313,tag:{ench:[{id:0,lvl:3}]}},{id:312,tag:{ench:[{id:0,lvl:3}]}},{id:311,tag:{ench:[{id:0,lvl:3}]}},{id:310,tag:{ench:[{id:0,lvl:3}]}}]}. And there you have it- your doom...

Example: /summon Skeleton ~ ~1 ~ {Equipment:[{id:261},{id:313},{id:312},{id:311},{id:310}]}

Clones:

If your still alive from that last one then your gonna have less trouble defeating yourself... Clones aren't seriously clones, but they can be hard to defeat! What makes them clones are their custom names and player heads. To make them this takes datatag as well, but in my opinion this IS super hilarious! You can make your clones body you can chose one of three "templates":
  • Zombie
  • ZombiePigman
  • Skeleton
I'd pick zombie if you wanted a tank (diamond armor), a skeleton if making a sniper (bow), and I don't usually use Zombiepigman, but there are many possibilities (gold/budder armor). Next you want to chose a name for your clone. It can be ANYTHING! Like:

  • Banana
  • Clone
  • Buzzy
  • Potato Bro
  • Purple Power Ranger
  • Monster Truck
  • The guy with the box on his head
The possibilities are endless... until you fall asleep thinking about them. Finally you need to figure out what you want it to be a clone of. It can be anything from me to a wooden plank! Now that you know what your going to make you now need to create the actual clone! To do this get your trusty command block and write: /summon {Equipment:[{id:0},{id:0},{id:0},{id:0},{Damage:3,id:397,tag:{SkullOwner:}}],CustomNameVisible:1,CustomName:""} And there you have it your VERY OWN CLONE!!!

Bonus: Mojang has set up custom minecraft accounts with mob skins if you want to clone those you do {SkullOwner:MHF_} Btw snow golems don't work and to get an iron golem type MHF_Golem.

Example: /summon Zombie ~ ~1 ~ {Equipment:[{id:276},{id:313},{id:312},{id:311},{Damage:3,id:397,tag:{SkullOwner:MHF_Pig}}],CustomNameVisible:1,CustomName:"Pig 2.0"}

King Slime:

I've saved the best for last, and created THE KING OF ALL SLIMES!!!! This is one of the simplest to make yet it can crash your minecraft if you go to far! The command you'll need to finish off everything in minecraft is /summon Slime... too simple right, well this time your right... To make your slime a king he needs to have a name: /summon Slime {CustomNameVisible:1,CustomName:"King Slime"}. Hold the phone, or your horses if you tried the skeletal horse... How big he is, is random! How will he rule the world of slimes without a huge appearance?!! This next part will KILL YOU!!! /summon Slime {Size:20,CustomNameVisible:1,CustomName:"King Slime"}. Already he's crushed your house!!! But the population of slimes is rising, and they'll soon take his power! This won't do for your king slime you need to make him bigger! /summon Slime {Size:40,CustomNameVisible:1,CustomName:"King Slime"}. Your king has now demolished entire cities!!! But he's not finishing there, he saw a youtube video about a slime twice his height!!! TWICE HIS HEIGHT?!! The king is soon to rule the world for he's going to GROW!!!! /summon Slime {Size:80,CustomNameVisible:1,CustomName:"King Slime"}. The king had built his kingdom over what use to be minecraft! Now called Slimecraft!!! A small group of rebels was growing in population as they planned to defeat the slime king using:

Example: /summon Slime ~ ~1 ~ {Size:30,CustomNameVisible:1,CustomName:"King Slime"}

Rebel Tricks:

PrimedTnt was a way to conquer the king. /summon PrimedTnt . But these small dynamite blasts isn't enough to destroy the king! Soldiers with emerald swords. /summon Zombie {Equipment:[{id:276},{id:0},{id:0},{id:0},{Damage:3,id:18}]}. Although the green swords were strong as diamond it wasn't enough to destroy the king! There was only one more option the thing that would kill everybody: a nuke... /summon Fireball {direction:[0.0,0.0,0.0],ExplosionPower:300}. Boom. Now if your minecraft could handle an explosion radius of 300 then i'm impressed...

Examples: /summon PrimedTnt ~ ~1 ~
/summon Zombie ~ ~1 ~ {Equipment:[{id:267},{id:0},{id:0},{id:0},{Damage:3,id:18}]}
/summon Fireball ~ ~1 ~ {direction:[0.0,0.0,0.0],ExplosionPower:80}

I hope you liked these tips and tricks. Hopefully you can create, and destroy King Slime's Kingdom! Good Luck... with all this... your gonna need it.
Tags

Create an account or sign in to comment.

1
11/06/2014 2:03 pm
Level 1 : New Miner
DJ_REWIND
DJ_REWIND's Avatar
I ALREADY KNEW THE OTHERS BUT THANKS FOR REMINDING ME I GONNA HAVE FUN WITH EMERALD SWORDS
1
11/06/2014 2:03 pm
Level 1 : New Miner
DJ_REWIND
DJ_REWIND's Avatar
aWESOME EMERALD SWORD NEVER NEW THAT COMMAND THANKS buzzybrendan.
1
10/03/2014 9:14 am
Level 1 : New Miner
Brandon9090
Brandon9090's Avatar
Lol
1
03/18/2014 8:12 pm
Level 35 : Artisan Architect
MMDethlefsen
MMDethlefsen's Avatar
Fireball dosen't work...
1
04/05/2014 1:35 pm
Level 49 : Master Engineer
buzzybrendan
buzzybrendan's Avatar
what's the problem?
1
04/05/2014 2:50 pm
Level 35 : Artisan Architect
MMDethlefsen
MMDethlefsen's Avatar
It just creates a small fireball on the command block. I don't know if you use a command block or not...
1
04/05/2014 3:21 pm
Level 49 : Master Engineer
buzzybrendan
buzzybrendan's Avatar
a small fireball? if that is just what the output name of it is then you've done it right... that's just what it's called.
Btw if it's your problem i might have forgoten to say that you must hit the fireball to make it move. It explodes after being moved on compact.
1
04/05/2014 5:03 pm
Level 35 : Artisan Architect
MMDethlefsen
MMDethlefsen's Avatar
Okay. Thanks :)
1
10/12/2013 3:10 pm
Level 7 : Apprentice Pig
commando8797
commando8797's Avatar
epicness
1
10/12/2013 1:56 pm
Level 23 : Expert Explorer
Flamerate1
Flamerate1's Avatar
interesting. I like this... this was funny. reminds me the first time i played gta 5 online. I kept flipping this guy off in a car. then he finally stopped and started flipping me off. :) good times.
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome