how to set Even/Target entity to vanilla mobs?

Started by Simekallab on

Topic category: Help with modding (Java Edition)

Last seen on 14:49, 4. Sep 2024
Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to set Even/Target entity to vanilla mobs?

i want to make vanilla mob dispawn and summon my mob

how to do?

plz help

Last seen on 14:47, 12. Sep 2024
Joined May 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It should be implemented in…
Thu, 08/22/2024 - 12:31

It should be implemented in this way.

global trigger "Entity spawns"

if is Event/target entity (sub)type of "vanilla entity(EX : zombie)"
do Despawn Event/target entity
Spawn entity: "custom entity" at x: x y: y z: z