Minecraft Blogs / Tutorial

How to make custom craftings w/ no dispensers

  • 4,513 views, 1 today
  • 27
  • 10
  • 20
TheRedEngineer's Avatar TheRedEngineer
Level 94 : Overlord Engineer
1,618
Hello everyone and welcome back to TheRedEngineer! Today I have a tutorial for you that shows how to make custom craftings in Minecraft without using dispensers.
You only need to throw some Items on the ground to craft some new Items.
If you're interested, all commands and steps are explained in the video.

List of used commands:
[size=10pt]»[b] Clock[/b]:[/size]
[size=10pt]/fill ~-1 ~ ~ ~-1 ~ ~2 redstone_block[/size]
[size=10pt]/fill ~1 ~ ~ ~1 ~ ~2 stone[/size]

[size=10pt]» [b]Scoreboard[/b]:[/size]
[size=10pt]/scoreboard objectives add ex dummy[/size]

[size=10pt]» [b]Add items to scoreboard[/b]:[/size]
[size=10pt]/scoreboard players set @e[type=Item] ex 1 {Item:{id:"minecraft:iron_ingot"}}[/size]
[size=10pt]/scoreboard players set @e[type=Item] ex 2 {Item:{id:"minecraft:stone_button"}}[/size]
[size=10pt]/scoreboard players set @e[type=Item] ex 3 {Item:{id:"minecraft:redstone"}}[/size]

[size=10pt]» [b]Summon Item trough /execute[/b]:[/size]
[size=10pt]/execute @e[type=Item,score_ex_min=1,score_ex=1] ~ ~ ~ /execute @e[type=Item,score_ex_min=2,score_ex=2] ~ ~ ~ /execute @e[type=Item,score_ex_min=3,score_ex=3,r=0] ~ ~ ~ /summon Item ~ ~ ~ {Item:{id:diamond,Count:4}}[/size]

[size=10pt]» [b]Kill Items trough /execute[/b]:[/size]
[size=10pt]/execute @e[type=Item,score_ex_min=1,score_ex=1] ~ ~ ~ /execute @e[type=Item,score_ex_min=2,score_ex=2] ~ ~ ~ /execute @e[type=Item,score_ex_min=3,score_ex=3,r=0] ~ ~ ~ /kill @e[type=Item,score_ex_min=1,score_ex=3,r=1][/size]
Tags

Create an account or sign in to comment.

IvansBruker
02/07/2016 1:00 pm
Level 31 : Artisan Dragonborn
IvansBruker's Avatar
Thank u a LOT!!
1
MuffinMn
11/27/2015 11:39 am
Level 1 : New Miner
MuffinMn's Avatar
First of all thank you for making this. Second whenever I add the items to the scoreboard I get the error:The data ag does not match for <really weird string of letters and numbers>
1
MuffinMn
11/27/2015 11:42 am
Level 1 : New Miner
MuffinMn's Avatar
I am on 1.8
1
roblitzmanguy
11/21/2015 9:05 pm
Level 19 : Journeyman Skinner
roblitzmanguy's Avatar
Neat, wondering how to do this.
1
lukasjc
09/27/2015 8:08 pm
Level 3 : Apprentice Crafter
lukasjc's Avatar
I've been wondering how this has been going on. but I would also like too know how to make custom crafting tables.
1
Ukkonen Gaming
11/15/2015 2:48 am
Level 1 : New Explorer
Ukkonen Gaming's Avatar
I think that's impossible. I mean custom craftbenches. But... Check out this video (links in dscription)
1
lukasjc
11/15/2015 10:33 am
Level 3 : Apprentice Crafter
lukasjc's Avatar
no I saw this video but I meant a non Schematic command a 1/2 command
1
Sotra6
07/30/2015 11:59 am
Level 13 : Journeyman Warrior
Sotra6's Avatar
This is really cool, thanks a lot !
could you do a similar one for spawning structures (like the automatic tree farm ?)
1
nmoleo64
07/07/2015 3:40 pm
Level 38 : Artisan Cake
nmoleo64's Avatar
I can't pick up the item at the end. Also, I get back the first items.
1
Pepijn
06/02/2015 6:37 pm
Level 57 : Grandmaster Cyborg
Pepijn's Avatar
All the second executes need r=0 aswell, otherwise you're ignoring if the first item is at the correct spot or not.
1
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome