Hello! I am trying to add the 1.9 dual wielding into my 1.8.9 mod. Right now I have already added the extra slot to the inventory, and was able to get the item to render correctly in third person however I have no idea on how to do this for the first person view!
I tried looking into minecraft code and found Minecraft.getMinecraft().getItemRenderer().renderItem(Player, itemstack, ItemCameraTransforms.TransformType.FIRST_PERSON);
but it only renders a hand that is detached from the player and doesnt rotate with the player...I have tried rotating/scaling/translating but I cant seem to get it to look proper.
I feel like there has to be an easier way !