MicrosoftDocs / minecraft-creator

This is the repository for Minecraft Bedrock documentation.
Creative Commons Attribution 4.0 International
175 stars 130 forks source link

Can't add enchantments on ItemStack for no error/reason #817

Open gitAstero opened 5 months ago

gitAstero commented 5 months ago

let item = new ItemStack('minecraft:diamond_sword'); let ecomp = item?.getComponent('minecraft:enchantable'); if(ecomp) { ecomp.addEnchantment({type: new EnchantmentType('sharpness'), level: 1}); } player.getComponent('minecraft:inventory').container.addItem(item);

When i try to add enchantments on ItemStack using code above always unable and no error message. (Version: 1.9.0-beta) note: Sorry, my english is bad.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.