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

Tooting Goat Horn positioned differently in right and left hands

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Works As Intended
    • None
    • 1.19.1, 1.19.2
    • None
    • Confirmed
    • Textures and models

      The Goat Horn, when tooting, appears positioned slightly differently when in the right and left hands. This can be seen in the attached photos. The photos are labeled via chat. Their center line is also marked.

      This also affects left-handed skin mode, but with incorrect positioning in the main hand rather than the off-hand.

      This can easily be fixed in the model data of tooting_goat_horn.json. Here, I've edited the left-handed visual to match the right-handed counterpart:

       

      BEFORE:

      "firstperson_lefthand":

      {     "rotation": [ 0, 115, 5 ],     "translation": [ 0  , -2.5, -7.5 ] }

       

      FIXED:

      "firstperson_lefthand":

      {     "rotation": [ 0, 125, 5 ],     "translation": [ -1 , -2.5, -7.5 ] }

            Unassigned Unassigned
            Epic_maximus Epic_maximus
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: