Trying to make instant potion effect

Started by variamods on

Topic category: Help with Minecraft modding (Java Edition)

Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Trying to make instant potion effect

I'm trying to make a potion of instant fire, it's supposed to light you on fire when it is applied. However, when I use it, nothing happens. what might be the problem?

Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I tried moving the procedure…
Fri, 10/11/2024 - 18:17

I tried moving the procedure to when it expires, but this doesn't work either

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Debug, try applying the…
Fri, 10/11/2024 - 18:20

Debug, try applying the potion with the /effect command, try using the "Send chat to all players" block to test if it's the set on fire block that doesn't work or the event isn't called at all.

Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
nothing happens
Fri, 10/11/2024 - 18:22

nothing happens

Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
oh, sorry, didn't see the…
Fri, 10/11/2024 - 18:25

oh, sorry, didn't see the part about changing the code

Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I found the problem, it was…
Fri, 10/11/2024 - 18:27

I found the problem, it was the potion level dependency, I think I did it wrong

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
oh yeah, use this
Fri, 10/11/2024 - 18:30

oh yeah, use this

Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
where do I find that block
Fri, 10/11/2024 - 18:32

where do I find that block

Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I found it
Fri, 10/11/2024 - 18:33

I found it