Started by
di55
on
Topic category: Help with Minecraft modding (Java Edition)
So I want to make a mod that adds items, that are 3d and are like gloves. I just want to know if it can make an arm aim at things when in third person, like in popular gun mods, but only with one hand and show the hand in first person.
If possible I would like it to work with mods that animate players, with my mod not making the game crash.
You could have a custom entity that teleports to the player that looks life the gun then use a plug-in to remove the arm from the player model then do a raytrace from the players face and do damage to what I hits after checking that the gun is in the hand then play a animation.