Started by
Lizan45
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make a procedure that makes a particle trail for the player that follows him when its in spectator mode. Im using Mcreator 2021.3
Topic category: Help with Minecraft modding (Java Edition)
I want to make a procedure that makes a particle trail for the player that follows him when its in spectator mode. Im using Mcreator 2021.3
get a global on entity tick event in a procedure, check if its a player, check if theyre in spectator mode, and if all of those are true spawn a particle, otherwise do nothing