Easy NPC

Easy NPC

2M Downloads

Easy-NPC x Emotecraft [1.20.1]

Babagi75 opened this issue · 3 comments

commented

Make humanoid NPC able to respond on Emotecraft command.

Example : I spawn a humanoid NPC and name/tag him "steve", then i run this command : /execute as @e[tag=steve] run emotes play dance

commented

Thanks for the report! Could you provide a bit more detail so I can better understand the issue?

  • Do you have a CurseForge URL for the mod you’re using? That would help me check its compatibility.
  • Does the mod already work with non-player entities like villagers or other NPCs, or is it strictly designed for players?

This information will help me determine whether integration is possible. Thanks!

commented

If i do emotecraft command (/emotes play) for player type, it's starting do emote.

• Mod : https://www.curseforge.com/minecraft/mc-mods/emotecraft/install/6023741
• I'm not sure about that, but the mod dev gave me this word.

Image

commented

Thanks for the feedback! However, this is exactly the issue.
Easy NPCs are intentionally not player entities, as simulating a full player comes with significant performance costs—similar to handling an actual player.

Instead, Easy NPCs are implemented as LivingEntities, just like other mobs in the game.
This means that if a mod strictly requires a true player entity, I'm unfortunately not able to add support for it due to design and performance constraints.