This might be a stupid question, but I can't find anything about it. I'm trying the command /give @p diamond_sword{Unbreakable:1,ench:[{id:16,lvl:10}]} to give myself a diamond sword with sharpness 10. Sadly the command isn't working. I'm using version 1.13_pre1. Any help on how to correct the command would be appreciated!
The Meaning of Life, the Universe, and Everything.
Join Date:
7/1/2017
Posts:
130
Minecraft:
jjlr
Member Details
They changed the ench nbt tag to enchantments, as well as remove numerical id's for enchantments, so simply use /give @p minecraft:diamond_sword{Enchantments:[{id:"minecraft:sharpness",lvl:10}]} .
This might be a stupid question, but I can't find anything about it. I'm trying the command /give @p diamond_sword{Unbreakable:1,ench:[{id:16,lvl:10}]} to give myself a diamond sword with sharpness 10. Sadly the command isn't working. I'm using version 1.13_pre1. Any help on how to correct the command would be appreciated!
They changed the ench nbt tag to enchantments, as well as remove numerical id's for enchantments, so simply use /give @p minecraft:diamond_sword{Enchantments:[{id:"minecraft:sharpness",lvl:10}]} .