Posted March 31, 201411 yr Hey guys I'm relatively new to modding, and so far I've followed tutorials on how to make blocks, items, etc. Now I want to begin making a mod where I can manipulate Steve's arms. Unfortunately I haven't been able to find the part in the forge package that allows me to control his arms (By control i mean the way they move from a 3rd person point of view). Can anyone tell me which java file gives me access to his arms in a third person view. (I already found out how to manipulate them in 1st person). And if you guys can, any advice on how to make the arms move a certain way like all the way up. Thanks
March 31, 201411 yr You need net.minecraft.client.renderer.entity.RenderPlayer , i guess. Then somehow check that you are rendering your steve's model.
April 3, 201411 yr Author Yea i kinda figured, but i dont know where minecraft makes an instance of the renderPlayer. I dont want to make the methods static im sure that will mess up the game
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.