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

Lily Pad mirrors texture when placed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 1.18 Pre-release 5
    • 1.14.4, 19w40a, 1.16.2, 1.16.5, 21w11a, 21w13a, 21w14a, 21w16a, 21w17a, 21w18a, 21w19a, 21w20a, 1.17 Pre-release 1, 1.17, 1.17.1 Pre-release 1, 1.17.1, 21w39a, 21w40a, 21w42a, 1.18 Pre-release 1
    • Confirmed
    • Textures and models
    • Low

      When seen from the top, the texture used by Lily Pads is mirrored when placed as a block, compared to the texture image itself and all other in-game uses of it (e.g. in-GUI display, as a held item, in an item frame...).

       

      What I expected to happen was...:

      The left side of the texture is on the left side of the Lily Pad block.

       

      What actually happened was...:

      The left side of the texture is on the right side of the Lily Pad block.

       

      Steps to Reproduce:

      1. Create a world with the game mode set to Creative.
      2. Open the inventory and find a Lily Pad. (It can be found in the second tab on the top, Decoration Blocks, or you can search for it in the sixth tab, Search Items.)
      3. Take a Lily Pad into your hotbar, and close the inventory.
      4. Find a lake, a river, an ocean, or some other place with water.
      5. Place the Lily Pad on top of the water, and compare the placed Lily Pad to the one in the hotbar and in your hand.

       

      Steps to Fix:

      In the resource file assets/minecraft/models/block/lily_pad.json, change...

       

                      "down":  { "uv": [ 16, 16, 0,  0 ], "texture": "#texture", "tintindex": 0 },
                      "up":    { "uv": [ 16,  0, 0, 16 ], "texture": "#texture", "tintindex": 0 }

       

      ...to...

       

                      "down":  { "uv": [ 0, 16, 16,  0 ], "texture": "#texture", "tintindex": 0 },
                      "up":    { "uv": [ 0,  0, 16, 16 ], "texture": "#texture", "tintindex": 0 }

       

       

      Screenshots:

      I have attached two images of the problem, where a resource pack is in use to add a bright green line on the left of the texture. The images show the Lily Pad on the hotbar, in both the left and the right hand, in an item frame, and placed as a block on top of water. The line is on the left (correct) side of the Lily Pad in all cases except for when placed on the water, where it is on the right (incorrect) side instead. One image is in version 1.14.4 (with an irrelevant mod), and one image is in snapshot 19w40a (without any mods).

        1. Derp.png
          Derp.png
          564 kB
        2. Derp.png
          Derp.png
          409 kB

            wChi [Mojang] Chi Wong
            Awesoman3000 Connor Steppie
            Votes:
            8 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: