MCreator Procedure not working?

Started by AppleMod on

Topic category: Help with modding (Java Edition)

Last seen on 05:32, 20. May 2023
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
MCreator Procedure not working?

I have an item that when you eat it takes one of four "seeds" if you will and teleports you to random places, along with a particle effect and a sound. The seeds are set up as if else statements with a 25% chance for each one. The seeds work, but there's something messed up with the other commands. Presumably the first 2 (since they run 1 second apart) are the only ones that run. The particles and sound happen alongside the teleportation, and I added the "wait 1 ticks" to try and fix the issue, but no luck. Any ideas why it isn't working?

https://imgur.com/a/1gL4NiP

Last seen on 18:09, 2. Aug 2023
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i feel like you need to…
Mon, 05/01/2023 - 03:09

i feel like you need to increase the "wait 1 tick" for the sound and particle because 1 tick is pretty much instantaneous

Last seen on 05:32, 20. May 2023
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Definitely not it. Anyone…
Mon, 05/01/2023 - 18:01

Definitely not it. Anyone know if wait loops need to be nested completely?