Started by
CaiGuyCrafter
on
Topic category: Help with Minecraft modding (Java Edition)
So for a long time, I've been trying to figure out how to do a procedure that detects if the player is looking at a full moon. I think I figured out how to detect if there is a full moon out, by doing "get moon phase factor = 0", but I'm not sure how to detect if the player is looking straight up. There's like things for detecting the pitch of the player's head, but idk what angles to use, or even if it would actually work. If someone could help that would be great ๐๐๐ผ
I'm not sure but u can just use nbt blocks and if camera pitch equal or bigger than like 180ยฐ do smth
oh, I actually found blocks for that without doing anything with nbt blocks
Yes, I already saw that one. I was wondering what in degrees it should equal, but you already answered that. So I'll try 180 degrees. Thanks!