Started by
AppleMod
on
Topic category: Help with Minecraft modding (Java Edition)
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?
i feel like you need to increase the "wait 1 tick" for the sound and particle because 1 tick is pretty much instantaneous
Definitely not it. Anyone know if wait loops need to be nested completely?