how to make entity tamed as soon as it spawns

Started by florie on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to make entity tamed as soon as it spawns

i cant figure out why when using this procedure, theres still missing dependencies

 

https://imgbox.com/fHt0NJLW

 

Joined Jul 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What trigger are you using,…
Sun, 03/15/2026 - 12:55

What trigger are you using, It looks like EventTarget entity is the player and you’re spawning the Friendly Silverfish at the exact same location as the player. If so, you’re trying to tame the player and saying that the player is being tamed by a “source entity” (probably nothing). You need to make the friendly silverfish the one being tamed and make sure it’s by the player (the trigger should have either “source entity” OR “event target entity”).