How to fix give player effect after touching entity procedure?

Started by Bronze on

Topic category: Help with modding (Java Edition)

Last seen on 13:36, 6. May 2021
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to fix give player effect after touching entity procedure?

It worked before, but since the new update arrived it doesn't work anymore, any help?

Replace source entity with…
Thu, 05/28/2020 - 19:02

Replace source entity with target entity.

Check https://mcreator.net/wiki/mcreator-release-notes:

  • "On collided with the player" and "on right-clicked on living entity" triggers now have source and target entity swapped
Last seen on 13:36, 6. May 2021
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I checked, says those have…
Fri, 05/29/2020 - 10:22

I checked, says those have been swapped, also the potion isn't still applied to Player.

Last seen on 13:36, 6. May 2021
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It would be easier if I…
Fri, 05/29/2020 - 10:23

It would be easier if I would know which one is related to what

Open a support ticket then,…
Fri, 05/29/2020 - 10:23

Open a support ticket then, include workspace and details on how to replicate including mod element names. Thanks!

Event/source entity is…
Fri, 05/29/2020 - 10:25

Event/source entity is always the entity that caused the event. In case of right click, it is the entity right clicking.

Target is entity that was targeted. Entity clicked on was the target.

Last seen on 13:36, 6. May 2021
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Okay, Thanks!
Fri, 05/29/2020 - 10:32

Okay, Thanks!

Last seen on 13:36, 6. May 2021
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I never opened a ticket…
Fri, 05/29/2020 - 11:53

I never opened a ticket though, do I make it on forums?

Last seen on 13:36, 6. May 2021
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
So, I attach in ticket…
Fri, 05/29/2020 - 13:43

So, I attach in ticket exported Procedure?

Last seen on 17:16, 16. Mar 2024
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
For some reason regererating…
Fri, 05/29/2020 - 16:13

For some reason regererating code fixes that

Last seen on 13:36, 6. May 2021
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'll try that
Fri, 05/29/2020 - 16:49

I'll try that

So, I attach in ticket…
Fri, 05/29/2020 - 16:50

So, I attach in ticket exported Procedure?

Full workspace. Please check the tracker rules if regenerating does not help and you want to open a ticket.

Last seen on 13:36, 6. May 2021
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Regenerating didn't help me,…
Fri, 05/29/2020 - 17:26

Regenerating didn't help me, also, my workspace is too large, limit is 10 mb