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

Fence model texture doesn't connect correctly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • Minecraft 1.10.2, Minecraft 16w42a, Minecraft 16w43a, Minecraft 1.11 Pre-Release 1, Minecraft 1.11, Minecraft 1.11.2, Minecraft 1.12.2, Minecraft 17w50a, 1.17.1 Pre-release 1, 1.19.4, 1.20.4
    • Confirmed
    • Textures and models
    • Low
    • Gameplay

      In the fence_side.json:

      "east":  { "uv": [ 0, 1, 9, 4 ], "texture": "#texture" }
      

      should be replaced to

      "east":  { "uv": [ 7, 1, 16, 4 ], "texture": "#texture" }
      

      and

      "east":  { "uv": [ 0, 7, 9, 10 ], "texture": "#texture" }
      

      should be replaced to

      "east":  { "uv": [ 7, 7, 16, 10 ], "texture": "#texture" }
      

      When you put fences in a line, the "west" texture should connect to the "east" texture (between two blocks), so the "east" texture must use the right side of the "#texture".

            Unassigned Unassigned
            peterjiangTW peterjiangTW
            Votes:
            11 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              CHK: