Started by
teny
on
Topic category: Troubleshooting, bugs, and solutions
Hi, I've made a block and wanted particles to spawn in its position when ticked randomly, but for some reason it isn't working. I've never had problems with it before, so I don't know what could be wrong. Below I have attached all photos related to this. Does anybody have any idea why this doesn't work?
Using MCreator 2023.1 btw
Single particles should be spawned from the client side, not the server side, so you need Client display random tick instead of Random tick.
Oh my God, I would never have figured that out on my own. Thank you so much!