socky110 Posted September 14, 2019 Posted September 14, 2019 (edited) Out of all the stuff online, I can only find instructions for first person. I need third person perspective changes. Specifically, I am making the Hand aim on the y axis with the head while a specific item is equipped. Edited September 14, 2019 by socky110 version Quote
Animefan8888 Posted September 14, 2019 Posted September 14, 2019 1 minute ago, socky110 said: Out of all the stuff online, I can only find instructions for first person. I need third person perspective changes. Have you taken a look at the vanilla model files? All of the tools are handled. Take a look at assets.minecraft.models.item.handheld.json Quote VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
socky110 Posted September 14, 2019 Author Posted September 14, 2019 2 minutes ago, Animefan8888 said: Have you taken a look at the vanilla model files? All of the tools are handled. Take a look at assets.minecraft.models.item.handheld.json I will take a look at the json file. Quote
socky110 Posted September 14, 2019 Author Posted September 14, 2019 I am rotating the hand not the item in it. Quote
Animefan8888 Posted September 14, 2019 Posted September 14, 2019 19 minutes ago, socky110 said: I am rotating the hand not the item in it. Ohhh. You need to use the RenderPlayerEvent and hide the arms in the Pre sub event and render them with your own rotation in the Post sub event. Quote VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
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.