Monday, March 12, 2018

Minecraft PE: How to Make Custom Mobs

In Minecraft PE you can create custom mobs.  You can replace or change what they're wearing, so that's what makes them custom.

This is a Husk with a pumpkin head:


These are zombies with orange wool heads:



You do this by using the "replaceitem" command.  Here's an example in a command block:

/replaceitem entity @e[type=skeleton] slot.armor.head 0 pumpkin

This command will put a pumpkin on a skeleton's head! It's so cool.


 I'd make the command block repeat and always active. But I would first type this in the chat so it will block the output dialogue, which gets annoying sometimes:

/gamerule commandblockoutput false

You can type the "replaceitem" command with any mob and any item (in certain cases).  You can make the mob use the item, or drop the item, depending on what mob it is.  Here are different slots, or difference places you can put stuff, for entities on the "replaceitem" command:

  • slot.armor.chest
  • slot.armor.legs
  • slot.armor.feet
  • slot.armor.head
  • slot.horse.armor
  • slot.horse.chest
  • slot.horse.saddle
  • slot.horse
  • slot.hotbar
  • slot.inventory
  • slot.villager
  • slot.weapon.mainhand
  • slot.weapon.offhand
There are more than 100,000 combinations for just weapons, like swords, and armor!  You can do the "slot.weapon.mainhand" with any item you want -- it will put any item you want in your main hand (right hand).  This is such a cool command!

I'm sorry if you wanted to know more, but that's it for today! :(  Goodbye! :(



2 comments:

Leave me a message and I’ll read it! Check back for a reply, because I respond to every comment!

Minecraft Bedrock Edition Tutorials Custom Crafting Recipes!

In Minecraft pe have you ever wanted somthing that you can only get on creative, but you are on survival?  Well you can get those items by c...