Minecraft Blogs / Tutorial

Tutorial: How to make mini blocks

  • 19,680 views, 6 today
  • 4
  • 1
  • 4
nmoleo64's Avatar nmoleo64
Level 38 : Artisan Cake
17
This simple command will make you mini blocks.

Paste this into a command block:

summon ArmorStand ~ ~-1 ~ {CustomName:block,NoGravity:1,NoAI:1,Invisible:1,DisabledSlots:2039552,Equipment:[{},{},{},{},{id:blockid,Damage:0}]}

Now change blockid to your block id and 0 to your damage value (if required)

There are your mini blocks.

To remove the blocks, stand near the block and execute this command.
/kill @e[r=2,type=ArmorStand,name=block]

To make the blocks smaller, use this command instead.
summon ArmorStand ~ ~0.1 ~ {CustomName:block,NoGravity:1,NoAI:1,Invisible:1,DisabledSlots:2039552,Equipment:[{},{},{},{},{id:dirt}],Small:1}

You can use most blocks (works with dead bushes!), but items don't seem to work.

I hope you enjoyed this simple tutorial. If so, please leave a comment down below.
CreditIJAMinecraft
Tags

Create an account or sign in to comment.

1
07/07/2015 8:01 am
Level 65 : High Grandmaster Wolf Whisperer
Myyoyo
Myyoyo's Avatar
Or just:
/give @p skull 1 3 {display:{Name:"Dirt"},SkullOwner:{Id:"ca021f3f-5002-46b2-bf34-9857790901cf",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWFiNDNiOGMzZDM0ZjEyNWU1YTNmOGI5MmNkNDNkZmQxNGM2MjQwMmMzMzI5ODQ2MWQ0ZDRkN2NlMmQzYWVhIn19fQ=="}]}}}
1
07/07/2015 9:50 am
Level 38 : Artisan Cake
nmoleo64
nmoleo64's Avatar
Does that work with any block?
1
07/07/2015 9:57 am
Level 65 : High Grandmaster Wolf Whisperer
Myyoyo
Myyoyo's Avatar
Yes, if you know the texture code. heads.freshcoal.com
1
07/07/2015 10:48 am
Level 38 : Artisan Cake
nmoleo64
nmoleo64's Avatar
Okay. Cool!
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome