Command Block Tutorial #103: Auto Smelting Pickaxe Commands in Minecraft(1.16+)
In this video I will show you how to give yourself a special pickaxe that allows to instantly smelt specific ores when you mine them.
Commands:
* To give yourself the pickaxe: /give @p minecraft:netherite_pickaxe{Unbreakable:1b,Enchantments:[{id:efficiency,lvl:8}],display:{Name:"{\"text\":\"Smelting Pickaxe\"}"}}
* Iron Ore:
1. Repeater Command Block: /execute if entity @a[nbt={SelectedItem:{id:"minecraft:netherite_pickaxe",tag:{display:{Name:'{"text":"Smelting Pickaxe"}'}}}}] run execute as @e[type=item,nbt={Item:{id:"minecraft:iron_ore"}}] at @s if entity @s run summon minecraft:item ~ ~ ~ {Item:{id:"minecraft:iron_ingot",Count:1b}}
2. Chain Command Block: /kill @e[type=item,nbt={Item:{id:"minecraft:iron_ore"}}]
* Gold Ore:
1. Repeater Command Block: /execute if entity @a[nbt={SelectedItem:{id:"minecraft:netherite_pickaxe",tag:{display:{Name:'{"text":"Smelting Pickaxe"}'}}}}] run execute as @e[type=item,nbt={Item:{id:"minecraft:gold_ore"}}] at @s if entity @s run summon minecraft:item ~ ~ ~ {Item:{id:"minecraft:gold_ingot",Count:1b}}
2. Chain Command Block: /kill @e[type=item,nbt={Item:{id:"minecraft:gold_ore"}}]
* Ancient Debris:
1. Repeater Command Block: /execute if entity @a[nbt={SelectedItem:{id:"minecraft:netherite_pickaxe",tag:{display:{Name:'{"text":"Smelting Pickaxe"}'}}}}] run execute as @e[type=item,nbt={Item:{id:"minecraft:ancient_debris"}}] at @s if entity @s run summon minecraft:item ~ ~ ~ {Item:{id:"minecraft:netherite_scrap",Count:1b}}
2. Chain Command Block: /kill @e[type=item,nbt={Item:{id:"minecraft:ancient_debris"}}]
Music:
1. Gaming Sound FX:
* Monkeys Spinning Monkeys (Kevin MacLeod) - Gaming Background Music (HD):
https://www.youtube.com/watch?v=pr42a...
Other Videos By RedstoneKnightX
Other Statistics
Minecraft Statistics For RedstoneKnightX
RedstoneKnightX presently has 1,527,317 views for Minecraft across 384 videos, with His channel uploaded over 2 days worth of Minecraft videos. This is 85.45% of the total watchable video on RedstoneKnightX's YouTube channel.