Skip to content

Instantly share code, notes, and snippets.

@wsams
Last active November 24, 2022 20:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wsams/e0e4c0c95030b2fe882d525b2a813e82 to your computer and use it in GitHub Desktop.
Save wsams/e0e4c0c95030b2fe882d525b2a813e82 to your computer and use it in GitHub Desktop.
Powerful Minecraft Tools and Armor
/give @s netherite_pickaxe{Enchantments:[{id:efficiency,lvl:10},{id:unbreaking,lvl:10},{id:fortune,lvl:10},{id:mending,lvl:1}]} 1
/give @s netherite_pickaxe{Enchantments:[{id:efficiency,lvl:10},{id:unbreaking,lvl:10},{id:silk_touch,lvl:1},{id:mending,lvl:1}]} 1
/give @s netherite_shovel{Enchantments:[{id:efficiency,lvl:10},{id:unbreaking,lvl:10},{id:fortune,lvl:10},{id:mending,lvl:1}]} 1
/give @s netherite_shovel{Enchantments:[{id:efficiency,lvl:10},{id:unbreaking,lvl:10},{id:silk_touch,lvl:1},{id:mending,lvl:1}]} 1
/give @s netherite_hoe{Enchantments:[{id:efficiency,lvl:10},{id:unbreaking,lvl:10},{id:fortune,lvl:10},{id:mending,lvl:1}]} 1
/give @s netherite_axe{Enchantments:[{id:mending,lvl:1},{id:unbreaking,lvl:10},{id:efficiency,lvl:10},{id:sharpness,lvl:10}]} 1
/give @s netherite_helmet{Enchantments:[{id:mending,lvl:1},{id:unbreaking,lvl:10},{id:respiration,lvl:10},{id:protection,lvl:10},{id:thorns,lvl:10}]} 1
/give @s netherite_chestplate{Enchantments:[{id:mending,lvl:1},{id:unbreaking,lvl:10},{id:protection,lvl:10},{id:thorns,lvl:10}]} 1
/give @s netherite_leggings{Enchantments:[{id:mending,lvl:1},{id:unbreaking,lvl:10},{id:protection,lvl:10},{id:thorns,lvl:10}]} 1
/give @s netherite_boots{Enchantments:[{id:mending,lvl:1},{id:unbreaking,lvl:10},{id:protection,lvl:10},{id:thorns,lvl:10},{id:feather_falling,lvl:10},{id:depth_strider,lvl:10}]} 1
/give @s bow{Enchantments:[{id:mending,lvl:1},{id:unbreaking,lvl:10},{id:power,lvl:10}]} 1
/give @s netherite_sword{Enchantments:[{id:sharpness,lvl:10},{id:looting,lvl:10},{id:unbreaking,lvl:10},{id:mending,lvl:1}]} 1
/give @s trident{Enchantments:[{id:mending,lvl:1},{id:channeling,lvl:1},{id:impaling,lvl:10},{id:loyalty,lvl:10},{id:riptide,lvl:10}]} 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment