Mojira Archive
MC-109478

Fence model texture doesn't connect correctly

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

Unresolved

peterjiangTW

2016-10-31, 04:40 PM

2024-01-23, 11:29 PM

11

9

Confirmed

Low

Gameplay

Textures and models

block-model

Minecraft 1.10.2 - 1.20.4Minecraft 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

-