Started by
Freddy101
on
Topic category: Help with Minecraft modding (Java Edition)
i want to be able to lock a players camera angle in the direction they are already looking for a little bit I've tried this on my own but it didn't work
Topic category: Help with Minecraft modding (Java Edition)
i want to be able to lock a players camera angle in the direction they are already looking for a little bit I've tried this on my own but it didn't work
https://imgur.com/a/e1pz5vZ
my attempt^
This is not how a timer should be done. You do one instance of timer each tick, not in while loop as this will block the gameplay entirely.
I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei
still need help ^