Started by
Bohne47
on
Topic category: Help with Minecraft modding (Bedrock Edition)
I created an entity which uses the minecraft:entity component. In the game, this entity now uses the name NPC like it would be named with a name tag. I want to choose a name by myself or that this entity doesn't have any name. But I don't want that it's named NPC.
I hope to get help
You can use procedures to change the display name of an entity. The 'set display name of entity' function should be helpful. You'll have to make your own procedure, depending on how you want the entity's name to change.