Someone asked me if I could make this tutorial!
I researched a bit and found a lot of floor crafting tutorials but without enchanted items so I made an own tutorial.
---------------------------------------------------------------------
My channel is inactive because I cant find much time for that.
But if you need a tutorial you can write in the comments and hopefully I see the comment and have time! Commands down there 🢃
---------------------------------------------------------------------
Repeating commandblock:
tag @e[type=item,nbt={Item:{id:"minecraft:wooden_axe",Count:1b,tag:{Enchantments:[{id:"minecraft:unbreaking",lvl:3s}]}}}] add item1
Chain 1:
tag @e[type=item,nbt={Item:{id:"minecraft:enchanted_book",Count:1b,tag:{StoredEnchantments:[{id:"minecraft:unbreaking",lvl:3s}]}}}] add item2
Chain 2:
execute at @e[tag=item1] as @e[tag=item2,distance=..1] run summon item ~ ~ ~ {Tags:["kill"],Item:{id:"minecraft:wooden_axe",Count:1b,tag:{Enchantments:[{id:"minecraft:unbreaking",lvl:4s}]}}}
Chain 3:
execute at @e[tag=item1] as @e[tag=item2,distance=..1] run playsound minecraft:block.ancient_debris.break block @p
Chain 4:
execute at @e[tag=item1] as @e[tag=item2,distance=..1] run particle minecraft:explosion ~ ~0.2 ~
Chain 5:
execute at @e[tag=kill] run kill @e[tag=item1,distance=..1]
Chain 6:
execute at @e[tag=kill] run kill @e[tag=item2,distance=..1]
--------------------------------------------------------------------------------------------
0:00 intro
0:05 how it looks
0:25 the commands
0:43 outro