Mud Bricks have their texture incorrectly mirrored, which causes misalignment with the slabs, stairs, and walls.
Instead of using "minecraft:block/mud_bricks", the default blockstate file (
[media]) uses "minecraft:block/mud_bricks_north_west_mirrored".
Proposed Solution:{*}{*}
Remove "_north_west_mirrored" from the blockstates/mud_bricks.json file.
[media]Linked issues
is duplicated by 2
relates to 2
Attachments
Comments 18
Merp is correct, this is the only block that mirrors north and west faces, and thus caused this issue. To fix it otherwise, new models will need to be made for both stairs and slabs that mirror the north and west faces, at every rotation (4 directions*3 shapes*2 halves+2 slabs+double slab); this north west mirroring fixes the texture lineup from MC-158295, but this affects literally every block and should, honestly, be resolved as intended/won't fix.

In addition to what was mentioned above, you can also see the mirroring for yourself directly if you replace the texture for an existing (static rotational) block with the texture for mud bricks, and place it next to actual mud bricks.
Can confirm in 22w17a.
[media]
can confirm in 22w18a and 22w19a

Can confirm in 23w04a

Can confirm in 23w07a.

Can confirm in 1.20.5 pre4.

Can confirm in 1.20.5-rc1.

Can confirm in 1.20.5.
I believe the core issue here is with the mud brick stairs. This can only be seen under certain block arrangements/positions.
[media]This ticket may also be related to MC-158295.