mojira.dev
MC-162803

Lily Pad mirrors texture when placed

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).

Attachments

Comments

migrated
[media][media]
SoloAlguien

Can confirm in 21w11a.

SoloAlguien

Can confirm in 21w13a.

SoloAlguien

Can confirm in 21w14a.

SoloAlguien

Can confirm in 21w16a.

SoloAlguien

Can confirm in 21w17a.

SoloAlguien

Can confirm in 21w18a.

SoloAlguien

Can confirm in 21w19a.

SoloAlguien

Can confirm in 21w20a.

SoloAlguien

Can confirm in 1.17 Pre-release 1.

SoloAlguien

Can confirm in 1.17 Pre-release 2.

SoloAlguien

Can confirm in 1.17 Pre-release 3.

SoloAlguien

Can confirm in 1.17 and 1.17.1 Pre-release 1.

SoloAlguien

Can confirm in 1.17.1.

SoloAlguien

Can confirm in 21w39a.

muzikbike

Confirmed for 21w40a.
Can I request ownership of this issue due to the author having no activity for over 12 months?

SoloAlguien

Can confirm in 21w42a.

SoloAlguien

Can confirm in 1.18 Pre-release 1.

muzikbike

Chi Wong

Confirmed

Low

Textures and models

incorrect-uv, plane-mirroring

1.14.4, 19w40a, 1.16.2, 1.16.5, 21w11a, ..., 1.17.1, 21w39a, 21w40a, 21w42a, 1.18 Pre-release 1

1.18 Pre-release 5

Retrieved