How to Give & Spawn UNBREAKABLE TOOLS With Commands in Minecraft 1.20.6+ Java?! [Very Easy]

  Рет қаралды 1,177

Drackiseries

Drackiseries

22 күн бұрын

How to Give & Spawn UNBREAKABLE TOOLS With Commands in Minecraft 1.20.6+ Java?! [Very Easy] *** In this tutorial I show you how to give and spawn tools / items that are unbreakable and have infinite durability. I show you how to use the new Unbreakable data component for items to get this working with commands.
This tutorial was done using Minecraft 1.20.6 Java Edition.
COMMANDS:
/give Drackiseries minecraft:netherite_pickaxe[minecraft:unbreakable={}]
/give Drackiseries minecraft:netherite_pickaxe[minecraft:unbreakable={show_in_tooltip:0}]
/summon minecraft:item ~ ~2 ~ {Item:{id:"minecraft:netherite_pickaxe",count:1,components:{"minecraft:unbreakable":{}}}}
Please leave some love by liking, sharing and subscribing!
FOLLOW ME ON TWITTER / X: / @drackiseries
FOLLOW ME ON THREADS: threads.net/@drackiseries
#minecraft #minecraftonly #minecraftpc #minecrafter #minecrafters #minecraftbuilds #minecraftbuild #minecraftforever #minecraftersonly #minecraftredstone #minecrafttutorial #minecrafttutorials #minecrafthowto #minecrafttrailsandtalesupdate #minecraftarmoredpawsupdate
Tags: minecraft 1.21,minecraft 1.20 tutorial,minecraft 1.20.5,minecraft 1.20.6,minecraft 1.20.6 tutorial,minecraft unbreakable tools,minecraft infinite durability tools,minecraft how to give unbreakable tools,minecraft how to get unbreakable tools,minecraft how to spawn unbreakable tools,minecraft unbreakable items,minecraft unbreakable command,minecraft unbreakable pickaxe,minecraft unbreakable sword,minecraft unbreakable enchantment,minecraft:unbreakable

Пікірлер: 29
@Traxiric
@Traxiric 18 күн бұрын
thank you!
@drackiseries
@drackiseries 18 күн бұрын
No worries
@Iamlookingforamax
@Iamlookingforamax 15 күн бұрын
yo can we do like unbreakable rockets that u use and they dont break and with a little bit of a power when you wanna fly with em
@drackiseries
@drackiseries 15 күн бұрын
If you mean fireworks to propell when using elytra wings, this is not quite the same thing. Unbreakable data components are only for items that are tools or made to be tools and that have durability. One way you could do this is if a player does not have a firework then one is given to them so that they always have one to hand I guess
@biscade
@biscade 16 күн бұрын
awesome
@drackiseries
@drackiseries 16 күн бұрын
Indeed, very useful 🌟😎
@kristianverdugo9868
@kristianverdugo9868 18 күн бұрын
Any idea how to add potion effects to weapons and armor now since the update? If so, that would be a great video lol
@drackiseries
@drackiseries 18 күн бұрын
Potion effects to armor? Do you mean enchantments? Potion effects do not appear on armor I have done a tutorial on custom enchantments on items which could be applied to armor kzbin.info/www/bejne/fnrHhGOqedeGaNU
@kristianverdugo9868
@kristianverdugo9868 17 күн бұрын
@drackiseries no I mean having potion effects on armor and weapons, not enchantments. I had a command string set up to have potion effects like night vision on helmets and stuff like that, but since the 1.20.6 update, the commands don't work with the new syntax. But thank you anyways thanks for the enchantments video btw I was beating my head in trying to figure it out lol
@drackiseries
@drackiseries 17 күн бұрын
@kristianverdugo9868 Ah I see so certain custom potion effects if you detect named armor worn in the inventory It's probably the inventory or custom name check that needs updating. There are custom name components now which I've also done a video on
@kristianverdugo9868
@kristianverdugo9868 17 күн бұрын
@drackiseries Ahhh I didn't think about that ill look into that thanks!
@Abominus2
@Abominus2 18 күн бұрын
thx
@drackiseries
@drackiseries 18 күн бұрын
Thanks for watching
@IVanCount
@IVanCount 20 күн бұрын
that's awesome! do you know how to give unbreakable with enchants? please
@drackiseries
@drackiseries 20 күн бұрын
I have done a video on custom enchantments, you just combine the usage of the data components for the item
@IVanCount
@IVanCount 19 күн бұрын
@@drackiseries I've tried combining them, but, as for a lack of coding skills... you see my dilemma... thank you I'll keep trying
@Iamlookingforamax
@Iamlookingforamax 20 күн бұрын
hell yeah!
@Iamlookingforamax
@Iamlookingforamax 20 күн бұрын
you came in clutch. deserves a like and a sub for sure
@drackiseries
@drackiseries 20 күн бұрын
No problemo :P
@vinh102sanime5
@vinh102sanime5 18 күн бұрын
Thanks for giving this command. ❤ So do you know how to use the command block to summon the librarian to trade enchantment book? 😅
@drackiseries
@drackiseries 18 күн бұрын
I've done a tutorial on how to do enchanted books recently, trading is a different matter I have done a villager trading video too but the item data for villager will need to use the new Minecraft data components added in 1.20.5
@vinh102sanime5
@vinh102sanime5 18 күн бұрын
@@drackiseries In version 1.20.6, I tried using this command many times but it said it couldn't work. Would you mind helping me fix it? Thank you very much. For example: /summon villager ~ ~1 ~ {VillagerData:{profession:librarian,level:2,type:plains},PersistenceRequired:1,Offers:{Recipes:[{buy:{id:emerald,count:31},buyB:{id:book,count:1},sell:{id:enchanted_book,count:1,components:{StoredEnchantments:['depth_strider':3]}},xp:10,demand:10,maxUses:27}]}}
@drackiseries
@drackiseries 18 күн бұрын
@@vinh102sanime5 You were not using the Stored enchantments data component correctly. Also a few pieces were not in double quotes. When dealing with IDs in commands I always do "minecraft:" because then it is clear when I read it that it using some kind of minecraft ID /summon minecraft:villager ~ ~1 ~ {VillagerData:{profession:"minecraft:librarian",level:2,type:"minecraft:plains"},PersistenceRequired:1,Offers:{Recipes:[{buy:{id:"minecraft:emerald",count:31},buyB:{id:"minecraft:book",count:1},sell:{id:"minecraft:enchanted_book",count:1,components:{"minecraft:stored_enchantments":{levels:{"depth_strider":3}}}},xp:10,demand:10,maxUses:27}]}}
@vinh102sanime5
@vinh102sanime5 18 күн бұрын
@@drackiseries Oh, I understand it, thank you, you're so smart. I didn't pay attention at all.
@drackiseries
@drackiseries 18 күн бұрын
@@vinh102sanime5 It's ok, at least you know more now!!
@DRAGONSAREPRETTYCOOL
@DRAGONSAREPRETTYCOOL 13 сағат бұрын
Wdym.this doesn't work in bedrock 1.20.6+
@drackiseries
@drackiseries 13 сағат бұрын
This is a Java tutorial
@DRAGONSAREPRETTYCOOL
@DRAGONSAREPRETTYCOOL 12 сағат бұрын
@@drackiseries well it says it works in 1.20.6+
@drackiseries
@drackiseries 12 сағат бұрын
​@@DRAGONSAREPRETTYCOOL It says 1.20.6+ Java in the title and Java in the description
Minecraft Bedrock Edition’s INCREDIBLE Exclusive Features
18:33
Odyssey Central
Рет қаралды 599 М.
Would you like a delicious big mooncake? #shorts#Mooncake #China #Chinesefood
00:30
Do you have a friend like this? 🤣#shorts
00:12
dednahype
Рет қаралды 50 МЛН
Cat story: from hate to love! 😻 #cat #cute #kitten
00:40
Stocat
Рет қаралды 15 МЛН
КАК СПРЯТАТЬ КОНФЕТЫ
00:59
123 GO! Shorts Russian
Рет қаралды 3 МЛН
I Asked AI To Make Redstone For Me
11:16
Purplers
Рет қаралды 6 МЛН
5 Cool Tricks with ONE Command!
9:21
BlockerLocker
Рет қаралды 651 М.
I added STUPID enchantments to Minecraft
12:12
Element X
Рет қаралды 2,3 МЛН
The FUNNIEST FAKE Minecraft Speedruns EVER...
16:29
Camdeeno
Рет қаралды 142 М.
I coded even more of your STUPID ideas in Minecraft
14:33
Element X
Рет қаралды 1,4 МЛН
Wallstone: Minecraft's Stupidest Form of Redstone
11:28
Squibble
Рет қаралды 245 М.
Speedrunning Your Silliest TAS Ideas
9:25
AgentW06
Рет қаралды 134 М.
I Collected Every Illegal Item In Minecraft
21:24
Mello
Рет қаралды 4,5 МЛН
Minecraft images that will trigger you so badly.
9:55
Phoenix SC
Рет қаралды 1,6 МЛН
Я знаю плохое слово🙊 #minecraft #майнкрафт
0:30
ШОРТЫ ВЛАДУСА
Рет қаралды 2,5 МЛН
skibidi toilet 74
7:02
DaFuq!?Boom!
Рет қаралды 23 МЛН
Открываю Minecraft box
0:27
Mikha Zen
Рет қаралды 2,7 МЛН