Started by
PythonIsCool
on
Topic category: Advanced modding
in jojo there is something called spin, which makes people spin and so forth. I want to make something like that, and i know that you can change the direction an entity is facing, so you should be able to duplicate that. I am no Java person and commands are also decent. Check out my mod at Jojo mod(21 stands so far) thats what im doing it for. I would appreciate you guys' help since that would be a cool addition. Im gonna check back in an hour while I'm updating some stuff (THIS GOES OUT TO MY FANS MAGICIANS RED WILL SOON DO SOMETHING GOOD) and hopefully you guys help me out and i can just add spin into my jojo mod
If you want to rotate an entity in its Y axis (so it looks north or west or south or whatever) you can use the procedure block (set entity yaw and pitch) and change the yaw
If you want to change every tick just do set yaw to (get entity yaw + 1)
Ok thanks man ima do that