Mojira Archive
MC-130110

/give doesn't give you enchanted items

Moderator Note

The ench NBT tag has been renamed to Enchantments, and the numeric short IDs are now strings.
1.12:

/give @p diamond_sword 1 0 {ench:[{id:16s,lvl:5s},{id:21s,lvl:3s}]}

1.13:

/give @p diamond_sword{Enchantments:[{id:"minecraft:sharpness",lvl:5s},{id:"minecraft:looting",lvl:3s}]}

If you give yourself a diamond sword with looting 3 using:

/give @p diamond_sword{ench:[{id:21,lvl:3}]}

It gives you a regular sword instead.

Invalid

Johnden

2018-05-23, 06:58 PM

2019-03-28, 05:02 PM

2018-05-23, 07:11 PM

0

1

Unconfirmed

Minecraft 18w21a

-