Is there a way to change the position of items that I hold in my hand? From the right to the left, so if I hold something it should be displayed on the left of the screen. I'm still learning Java codding, so I don't really know how to edit MC classes.
If someone could tell me what class and how should I edit it to change the position of held items, it would be appreciated.
I am in the middle of re-writing my old dual wielding mod, part of which requires this exact functionality. The source is a available here if you are interested. Just a warning that it is not as simple as you might think, it does require quite a bit of manipulations with openGl. In addition because I am using a coremod, it is also quite advanced. Further complicating issues I am refraining from uploading any of minecraft's default classese to github meaning that all edits to base classes are actually distributed as .patch files.
EDIT: .... just realised how old this thread actually is, damn necrobumperes.
If someone could tell me what class and how should I edit it to change the position of held items, it would be appreciated.
Ill post again if i can find it
No longer active.
I am in the middle of re-writing my old dual wielding mod, part of which requires this exact functionality. The source is a available here if you are interested. Just a warning that it is not as simple as you might think, it does require quite a bit of manipulations with openGl. In addition because I am using a coremod, it is also quite advanced. Further complicating issues I am refraining from uploading any of minecraft's default classese to github meaning that all edits to base classes are actually distributed as .patch files.
EDIT: .... just realised how old this thread actually is, damn necrobumperes.