Getting enchanted items and block
//ads -- adsterra.com -- native banner
?>
How would one get enchanted items (not tools)? Items like sugar and dirt. I want to summon enchanted sugar (I will hide enchantment using a flag; I just want it to "shine").
Best Answer
As of 1.11, you'll need to have an enchantment inside the ench list for the glow to appear, rather than just an empty ench list:
/give @p dirt 1 0 {ench:[{}]}
A blank enchantment like this however will default to id:0, which is protection. If you don't want the item to appear to be enchanted with protection, you can set the id to -1:
/give @p dirt 1 0 {ench:[{id:-1}]}
Pictures about "Getting enchanted items and block"



How do you get enchanted items with a command block?
You can set up some simple commands with command blocks, and let players click the button of each command block so that they receive the enchanted items. This is the general command: /give @p <ID> <amount> 0 {ench:[{id:<0-62>,lvl:<1-32767>},{id:<0-62>,lvl:<1-32767>},...]}How do you get enchanted blocks in Minecraft?
In Creative Mode, players can enchant items via an anvil and enchanted books (that can be found in the Creative Mode inventory). The Creative Mode Inventory grants access to all enchanted books for all types and levels of enchantments. Simply use the \u201cSearch\u201d tab to find the ones you want.How do you get enchanted items in creative mode?
In order to obtain the highest level of enchantment, you need a total of 15 bookshelves. The bookshelves must be arranged one block away from the enchanting table in a 1 high, 5 by 5 square, with an opening for a door.✔️ How To Use Minecraft Enchant Command + How To Enchant Players Items When On Certain Blocks! ✔️
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Sharon McCutcheon, Ron Lach, SHVETS production, Joshua Miranda
