Started by
DENTiller
on
Topic category: Help with Minecraft modding (Java Edition)
I did an Update Tick procedure that creates a relatively block of smoke particle.
The data is entered correctly, but for some reason the particle is always placed off-center.
If i insert this command into the command block, then everything works fine, but if through MCreator, then this happens.
Can you help solve this problem?
If it can be solved at all.
Edited by DENTiller on Mon, 03/16/2020 - 11:01
The "Spawn single particle" procedure is a little finneckey and really only meant for advanced uses. In your case, I'd just use the "spawn [x] particles" procedure and set the number to 1.