How to make floor crafting in Minecraft(JAVA)
Today I will show you how to create floor crafting in Minecraft(JAVA)
COMMANDS:
tag @e[nbt={OnGround:1b,Item:{id:"minecraft:gravel",Count:1b}}] add craft1
tag @e[nbt={OnGround:1b,Item:{id:"minecraft:dirt",Count:1b}}] add craft2
tag @e[nbt={OnGround:1b,Item:{id:"minecraft:sand",Count:1b}}] 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:apple",Count:5b,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 94,076 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.