Minecraft Java Edition – Is There a Way to Make Leather Armor Stronger?

minecraft-commandsminecraft-java-edition

Is it possible to use a command to make leather armor stronger than diamond armor?

Making it harder to break?

Best Answer

This can only be done with a command block.

/give {name} minecraft:command_block

This will give the nearest player a Leather chestplate with the enchant Unbreaking level 32767 (max) (the Unbreaking enchantment ID is 34) and the lore (thing underneath) will say "May these protect you".

/give @p minecraft:leather_chestplate 1 0 {display:{Name:"PutNameHere",Lore:["May these protect you"]},ench:[{id:34s,lvl:32767s}]}
Related Topic