Posted September 14, 20196 yr 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, 20196 yr by socky110 version
September 14, 20196 yr 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 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.
September 14, 20196 yr Author 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.
September 14, 20196 yr 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. 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.
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.