Hey everyone! I’m trying to create a set of netherite tools (especially shovel and pickaxe) that are truly unbreakable and also enchanted with Efficiency level 100. I’ve seen you can add the {Unbreakable:1} tag to make tools unbreakable, but I’m having trouble combining that with high-level enchantments using commands. If anyone can share the exact commands or tips on how to do this in Minecraft version 1.20.1, that would be awesome. Thanks!
1 Answer
You can give yourself the tool using the /give command with both the Unbreakable tag and the enchantments specified in NBT. For example: /give @p netherite_pickaxe{Unbreakable:1b,Enchantments:[{id:”minecraft:efficiency”,lvl:100s}]} 1 This makes the pickaxe unbreakable and applies Efficiency 100.
It worked perfectly! Really appreciate the help.
Awesome! I’ll try this right now, thanks a lot!