Minecraft Maps / Redstone Device

Wastepaper Basket | Minecraft Command Block Tutorial

  • 466 views, 2 today
  • 2
  • 1
FunkyMunkey's Avatar FunkyMunkey
Level 35 : Artisan Taco
10
Hello PMC!!!
I have today: wastepaper baskets!!! I don't mean those icky cactus/ lava trash cans. I have a wastepaper basket.

The first step is summoning all the armor stands that make the wastepaper basket. Place a command block and a button on the command block. Then, paste these five commands in order and the power them. For example, paste command 1 in the command block, power the button, grab command 2 in the same command block, power the button, etc.
Command 1
summon ArmorStand ~ ~-2.25 ~.12 {CustomName:"TC",Invisible:1,NoGravity:1,ArmorItems:[{},{},{},{id:iron_bars,Count:1}],DisabledSlots:2039583,Pose:{Head:[-10f,0f,0f]}}
Command 2
summon ArmorStand ~-.12 ~-2.25 ~ {CustomName:"TC",Invisible:1,NoGravity:1,ArmorItems:[{},{},{},{id:iron_bars,Count:1}],DisabledSlots:2039583,Pose:{Head:[-10f,0f,0f]},Rotation:[90f,0f]}
Command 3
summon ArmorStand ~ ~-2.25 ~-.12 {CustomName:"TC",Invisible:1,NoGravity:1,ArmorItems:[{},{},{},{id:iron_bars,Count:1}],DisabledSlots:2039583,Pose:{Head:[-10f,0f,0f]},Rotation:[180f,0f]}
Command 4
summon ArmorStand ~.12 ~-2.25 ~ {CustomName:"TC",Invisible:1,NoGravity:1,ArmorItems:[{},{},{},{id:iron_bars,Count:1}],DisabledSlots:2039583,Pose:{Head:[-10f,0f,0f]},Rotation:[270f,0f]}
Command 5
summon ArmorStand ~ ~-1.12 ~ {CustomName:"TC",Invisible:1,NoGravity:1,ArmorItems:[{},{},{},{id:carpet,Damage:7,Count:1}],DisabledSlots:2039583,Small:1}

When you have finished that step, delete the command block.

Now you have the model. Lastly, paste this command into a repeating always active command block.
Command 6
/execute @e[name=TC] ~ ~2 ~ kill @e[type=Item,r=0]
You should now have a wastepaper basket that when you throw items in, it deletes it.

Be sure to subscribe, leave a diamond or even favorite if you liked this project. Stay tuned!
Progress100% complete
Tags

Create an account or sign in to comment.

Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome