How to craft on the floor/floor crafting Minecraft(JAVA)
Today i will show you how to be able to throw items on the floor and them turn into a item this is good for maps like murder mystery to craft a bow or other minigames.
COMMANDS:
tag @e[nbt={OnGround:1b,Item:{id:"minecraft:stone_button",Count:4b}}] add craft1
tag @e[nbt={OnGround:1b,Item:{id:"minecraft:dragon_head",Count:5b}}] add craft2
tag @e[nbt={OnGround:1b,Item:{id:"minecraft:stone_button",Count:4b}}] add craft3
execute at @e[tag=craft1] as @e[tag=craft2,distance=..1] as @e[tag=craft3,distance=..1] run summon item ~ ~ ~ {Tags:["itemkill1"],PickupDelay:20,Item:{id:"minecraft:end_rod",Count:1b,tag:{display:{Name:"{\"text\":\"NAME YOU GIVE HERE\"}"},HideFlags:1}}}
execute at @e[tag=craft1] as @e[tag=craft2,distance=..1] as @e[tag=craft3,distance=..1] run particle minecraft:happy_villager ~ ~.4 ~ .2 .2 .2 0 15
execute at @e[tag=itemkill1] run kill @e[tag=craft1,distance=..1]
execute at @e[tag=itemkill1] run kill @e[tag=craft2,distance=..1]
execute at @e[tag=itemkill1] run kill @e[tag=craft3,distance=..1]
tag @e[type=item] remove itemkill1
Other Videos By shadowwalker
Other Statistics
Minecraft Statistics For shadowwalker
shadowwalker presently has 93,965 views for Minecraft across 80 videos, with his channel uploading 6 hours worth of Minecraft videos. This makes up 27.34% of the content that shadowwalker has uploaded to YouTube.