Started by
BlueGamer19
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make a gui open a y level 300. I made a procedure for it, but it still dosent open. Can someone please tell me how to do it.
Procedure:
if Y position of Event/target entity > 300
do Open screen for Event/target entity pass location x: x y: y z: z GUI: SpaceGui
Is the procedure trigger set to player tick update?
Try changing > to >=
Thanks but i quit the mod, a bit to hard and to much work for me lol.