How to fix give player effect after touching entity procedure?

Started by Bronze on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Mar 2018
Points:
810

User statistics:

  • Modifications: 1
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 142
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
Active 3 years ago
Joined Mar 2018
Points:
810

User statistics:

  • Modifications: 1
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 142
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.

Active 3 years ago
Joined Mar 2018
Points:
810

User statistics:

  • Modifications: 1
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 142
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.

Active 3 years ago
Joined Mar 2018
Points:
810

User statistics:

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

Okay, Thanks!

Active 3 years ago
Joined Mar 2018
Points:
810

User statistics:

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

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

Active 3 years ago
Joined Mar 2018
Points:
810

User statistics:

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

So, I attach in ticket exported Procedure?

Active 3 weeks ago
Joined May 2019
Points:
1199

User statistics:

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

For some reason regererating code fixes that

Active 3 years ago
Joined Mar 2018
Points:
810

User statistics:

  • Modifications: 1
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 142
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.

Active 3 years ago
Joined Mar 2018
Points:
810

User statistics:

  • Modifications: 1
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 142
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