Skip to content

Misaligned radio tower pole top/bottom texture #11

@KazhGwennHaDu

Description

@KazhGwennHaDu

Noticed this little misalignment:

The shielding top has a gap and the cable center is not square.

Image

I made a fix on my end, just replace the elements in models/block/tower_segment.json.

{
	"name": "cable",
	"from": [7, 0, 7],
	"to": [9, 16, 9],
	"rotation": {"angle": 0, "axis": "y", "origin": [2, 0, 2]},
	"faces": {
		"north": {"uv": [7, 0, 11, 4], "texture": "#0"},
		"east": {"uv": [7, 0, 11, 4], "texture": "#0"},
		"south": {"uv": [7, 0, 11, 4], "texture": "#0"},
		"west": {"uv": [7, 0, 11, 4], "texture": "#0"},
		"up": {"uv": [11, 8, 7, 4], "texture": "#0"},
		"down": {"uv": [11, 4, 7, 8], "texture": "#0"}
	}
},
{
	"name": "shielding",
	"from": [4, 0, 4],
	"to": [12, 16, 12],
	"rotation": {"angle": 0, "axis": "y", "origin": [2, 0, 2]},
	"faces": {
		"north": {"uv": [3.5, 0, 7, 8], "texture": "#0"},
		"east": {"uv": [3.5, 0, 7, 8], "texture": "#0"},
		"south": {"uv": [3.5, 0, 7, 8], "texture": "#0"},
		"west": {"uv": [3.5, 0, 7, 8], "texture": "#0"},
		"up": {"uv": [3.5, 7.5, 0, 4], "texture": "#0"},
		"down": {"uv": [3.5, 4, 0, 7.5], "texture": "#0"}
	}
}
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions