MicrosoftDocs / minecraft-creator

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

setLore #889

Open ModMaker101 opened 1 month ago

ModMaker101 commented 1 month ago

The example for the setLore is not working


Document Details

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

ModMaker101 commented 1 month ago

'"@minecraft/server"' has no exported member named 'EntityComponentTypes'. Did you mean 'EntityComponent'?ts(2724) index.d.ts(4203, 14): 'EntityComponent' is declared here.

Property 'container' does not exist on type 'EntityComponent'. and that again in ln 17

even when I change the import to EntityComponent i get this error on line 12 Property 'Inventory' does not exist on type 'typeof EntityComponent'.