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

Linked issues

Attachments

Comments 1

Introduced in 1.9 snapshot 15w44b, relates to MC-91715. Also can confirm in 1.20.4.

peterjiangTW

(Unassigned)

Confirmed

Gameplay

Low

Textures and models

block-model

Minecraft 1.10.2, Minecraft 16w42a, Minecraft 16w43a, Minecraft 1.11 Pre-Release 1, Minecraft 1.11, ..., Minecraft 1.12.2, Minecraft 17w50a, 1.17.1 Pre-release 1, 1.19.4, 1.20.4

Retrieved