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".
Introduced in 1.9 snapshot 15w44b, relates to MC-91715. Also can confirm in 1.20.4.