Help with making a potion

Started by nechto on

Topic category: Help with modding (Java Edition)

Last seen on 17:06, 8. Jun 2022
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help with making a potion

I'm trying to make a potion which sets entities on fire when the player attacks them. I tried using the when entity attacked global trigger but it does not work at all and if i try to put source entity in my procedure it just says missing dependencies, even though the global trigger should provide it.

Last seen on 15:46, 28. Mar 2024
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Entity attacked: If source…
Sat, 10/30/2021 - 08:52

Entity attacked:

If source entity = player and has active potion effect = your effect

Do: put on fire event

Last seen on 17:06, 8. Jun 2022
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I literally said that even…
Sat, 10/30/2021 - 09:57

I literally said that even if i put entity attacked global trigger it still doesnt let me use source entity and overall completely ignores the trigger

Last seen on 15:46, 28. Mar 2024
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Nah....you make a mistake…
Sat, 10/30/2021 - 14:58

Nah....you make a mistake somewhere

Attach pictures

 

Last seen on 17:06, 8. Jun 2022
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I don't know how to attach…
Sat, 10/30/2021 - 15:40

I don't know how to attach pictures so i can just write the procedure here:

when entity attacked:
set source entity on fire for 10 seconds

and when i try to put this into "On effect active tick" block it says missing dependencies

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

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
if source entity has active…
Sat, 10/30/2021 - 16:47

if source entity has active potion effect: POTION

 do set event target entity on fire for 5 seconds

search before posting

Last seen on 15:08, 8. May 2022
Joined Aug 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RexCerv is correct, just…
Sun, 10/31/2021 - 05:50

RexCerv is correct, just make sure it is on global trigger entity attacked