Trying to make instant potion effect

Started by variamods on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 months ago
Joined Dec 2022
Points:
348

User statistics:

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

Active 2 months ago
Joined Dec 2022
Points:
348

User statistics:

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

Active 10 hours ago
Joined Dec 2014
Points:
1085

User statistics:

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

Active 2 months ago
Joined Dec 2022
Points:
348

User statistics:

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

nothing happens

Active 2 months ago
Joined Dec 2022
Points:
348

User statistics:

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

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

Active 2 months ago
Joined Dec 2022
Points:
348

User statistics:

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

Active 10 hours ago
Joined Dec 2014
Points:
1085

User statistics:

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

oh yeah, use this

Active 2 months ago
Joined Dec 2022
Points:
348

User statistics:

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

where do I find that block

Active 2 months ago
Joined Dec 2022
Points:
348

User statistics:

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

I found it