Event/Target Entity Block

Started by RexCerv on

Topic category: Help with modding (Java Edition)

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Event/Target Entity Block
Tue, 10/20/2020 - 19:26 (edited)

I have a question about procedures blocks. How do I change the Event/Target Entity Block to fit my mob? I'm trying to put an animation to my mob and I need to specify what mob will the animation affect. 

Edited by RexCerv on Tue, 10/20/2020 - 19:26
Last seen on 16:50, 15. Apr 2024
Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Why doesn't Event/Target…
Wed, 10/21/2020 - 05:37

Why doesn't Event/Target entity block fit the mob you try to affect?

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I did the procedure…
Wed, 10/21/2020 - 15:15

I did the procedure separated from the mob. does that affects? like, I have to do it inside the entity?

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@Defeatomizer I did the…
Thu, 10/22/2020 - 18:21

@Defeatomizer I did the procedure separated from the mob. does that affects? like, I have to do it inside the entity?

 

Last seen on 16:50, 15. Apr 2024
Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@RexCerv It should indeed be…
Fri, 10/23/2020 - 05:51

@RexCerv It should indeed be linked to your entity as long as it is part of your entity.

Then, Event/Target entity block will stand for your entity (except When this entity kills another one procedure - in this case, Source Entity is your entity that killed another entity).

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@Defeatomize on what trigger…
Fri, 10/23/2020 - 15:40

@Defeatomize on what trigger I have to put the procedure? or how do I make it inside the entity

Last seen on 16:50, 15. Apr 2024
Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@RexCerv Your entity ->…
Sun, 10/25/2020 - 12:33

@RexCerv Your entity -> Triggers -> On entity tick update -> Your animation procedure.

Last seen on 01:05, 10. May 2023
Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok but there's gotta be a…
Tue, 11/17/2020 - 15:40

Ok but there's gotta be a way to change which entity is targeted by code blocks such as despawn right? Like if you have multiple entities in a procedure, how do you specify which one is affected?

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
still remember the old days…
Fri, 10/22/2021 - 16:50

still remember the old days when I had started d: