ComputerCraft32 Posted July 11, 2018 Posted July 11, 2018 (edited) Hello guys! I am working on a vehicle called a steam car. What I need is that when the car moves, the wheels rotate. What I also need is that when the car turns left/right, the wheels in the front also turn in that direction. How could I animate the wheels to do this? Do I even need to animate? Maybe I could use some code that will let me rotate? Anyways, thanks for reading! Edited July 20, 2018 by ComputerCraft32 1 Quote
larsgerrits Posted July 12, 2018 Posted July 12, 2018 You need to rotate those parts in your entity renderer before rendering them. Quote Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
ComputerCraft32 Posted July 12, 2018 Author Posted July 12, 2018 How would I do so? [Sorry, I just started modding, all I know are the basics right now] Quote
ComputerCraft32 Posted July 13, 2018 Author Posted July 13, 2018 Btw, I am using Tabula to model Quote
ComputerCraft32 Posted July 20, 2018 Author Posted July 20, 2018 Solved. I used the .setRotationAngles to animate. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.