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".
2016-10-31, 04:40 PM
2024-01-23, 11:29 PM
11
9
-