Started by
Grimlock
on
Topic category: Help with Minecraft modding (Java Edition)
So I'm trying to make a forcefield, and I decided to make it a entity, and I want the forcefield (the entity) to go to the players position forever, as long as it is alive. How would I do this?
Try tp forcefield to player every tick.
https://imgur.com/a/1VvCOI5
Command: "tp @e[type=YOUR_ENTITY_ID,sort=nearest] " (with space) + Event target
Ok so I'm using curios for a ring that when you equip it, it spawns the forcefield. I have the thing you sent me, but it isnt spawning the entity at all.
Do you tried to change global trigger to player tick?