• 1

    posted a message on 1.13 FULL enchantment id's! + small /give tutorial

    Please note that under 1.13pre1, that all enchantments can be ID'd through their actual names. Also, when giving yourself an enchanted item, there is a different NBT name for it. Here is a few examples:


    /give @p trident{Enchantments:[{id:"minecraft:riptide",lvl:5s}]} 1


    /give @p enchanted_book{StoredEnchantments:[{id:"minecraft:sharpness",lvl:10s}]} 1


    /give @p wooden_sword{Enchantments:[{id:"minecraft:sharpness",lvl:10s},{id:"minecraft:knockback",lvl:10s},{id:"minecraft:fire_aspect",lvl:2s},{id:"minecraft:looting",lvl:10s},{id:"minecraft:sweeping_edge",lvl:10s}]} 1


    Please note that the numeric IDs no longer work as of 1.13pre1 (I tried it and the enchantment didn't work, just shows that it is "enchanted")

    Posted in: Commands, Command Blocks and Functions
  • To post a comment, please .