Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-160810

Some items are held sideways in left hand

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.14.4, 19w36a, 20w10a, 20w49a, 1.16.5, 21w06a, 21w08b, 1.17, 1.17.1 Release Candidate 2, 1.17.1, 1.18.1, 22w03a, 1.18.2, 22w16b, 1.19 Pre-release 1, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.20.1, 1.20.2
    • Confirmed
    • Textures and models
    • Low
    • Gameplay

      The issue:
      Regardless of dominant hand, some items are held sideways when in the left hand. While only graphical, it looks very odd when having said items in your left hand, while playing left handed, & even more odd when having the affected items in both hands.

      The reason:
      While this doesn't seem to visibly affect every item, every item still gets treated the same in the left hand; this means the issue lies in the way items are rotated in the left hand, and the effect only becomes visible with certain textures.

      In my testing, I have found a good majority of items with diagonal textures (or in other words has a texture that goes from corner to corner) end up encountering this rotating issue, but this doesn't include all of these diagonal textures, which also includes tools. The reason for this is the parent file that is being used!

      The affected items use "generated.json", while tools and other items that are not affected use "handheld.json". It is however not recommended to use "handheld.json" as the parent for the affected items, as it doesn't just change the left hand position, but also how the items are held in 3rd person too.

      For example, the bucket has a texture that goes top to bottom, and is unaffected. As seen here:

      But shears, just like all tools, has a texture that goes corner to corner, and are turned sideways when in the left hand. As seen here:

      An easy fix:
      The easiest way to fix this issue, is to use the same method that fixes the tools, and add a "firstperson_lefthand" case into "generated.json", specifically:

      "firstperson_lefthand": { "rotation": [ 0, 90, -25 ],       "translation": [ 1.13, 3.2, 1.13],       "scale": [ 0.68, 0.68, 0.68 ] }

      for all items except the Clock and Compass, as they must be rotated in order to work correctly. Not only does this fix the issue, but it also doesn't negatively affect items that weren't effected beforehand!

      An example with this fix in place is here:

      And here's the bucket again, but now with the fix in place:

      List of visibly affected items:
      Shears, All Arrows, All ingots, Brick, Netherite Scrap, Lapis Lazuli, Book, Enchanted Book, Book and Quill, Feather, Paper, Sugar Cane, Wheat, Bread, Sweet Berries, Rotten Flesh, All Fish (Raw or Cooked), Carrots, Porkchop (Raw or Cooked), Beef (Raw or Cooked), Kelp, Dried Kelp, White Dye, Yellow Dye, Green Dye, Banner Pattern, and more.

      Final notes:
      Despite being diagonal, Sticks, Bones, Blaze Rods, & Bamboo aren't affected, since they use the parent file "handheld.json" and not "generated.json"

      I have supplied a resource pack made by myself as a fix for this issue in the attachments, or alternatively here!: Left Hand Fix.zip

        1. 2021-07-05_17.32.16.png
          2021-07-05_17.32.16.png
          695 kB
        2. 2023-09-28_21.10.32.png
          2023-09-28_21.10.32.png
          205 kB
        3. 2023-09-28_21.10.36.png
          2023-09-28_21.10.36.png
          207 kB
        4. Arrows.png
          Arrows.png
          300 kB
        5. Bamboo.png
          Bamboo.png
          283 kB
        6. Bucket.png
          Bucket.png
          255 kB
        7. Bucket (after fix).png
          Bucket (after fix).png
          241 kB
        8. Lapis Lazuli.png
          Lapis Lazuli.png
          278 kB
        9. Left Hand Fix.zip
          29 kB
        10. MC-160810.mp4
          3.09 MB
        11. sideways lhand shears since 1.9.png
          sideways lhand shears since 1.9.png
          315 kB
        12. Steak (Cooked Beef).png
          Steak (Cooked Beef).png
          289 kB

            wChi [Mojang] Chi Wong
            Shaddatic Shaddatic
            Votes:
            20 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated:
              CHK: