The shielding top has a gap and the cable center is not square.
{
"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"}
}
}
Noticed this little misalignment:
The shielding top has a gap and the cable center is not square.
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"} } }