Started by
BlueAwesomeDinosaur
on
Topic category: Help with Minecraft modding (Java Edition)
I tried to make something set a random yaw and pitch for an entity, but it failed to compile correctly, so what are the maximum and minimum values for yaw and pitch of an entity?
I had the same problem, you need to use a whole number for the entity rotation
This means no 0.5s or -10.8s The random Number thing can be made whole by multiplying it.
Put "round" on it too