diff --git a/src/main/resources/assets/appliedenergistics2/models/part/cable/glass/connection.json b/src/main/resources/assets/appliedenergistics2/models/part/cable/glass/connection.json index 96aa25ae..bf8b2dd2 100644 --- a/src/main/resources/assets/appliedenergistics2/models/part/cable/glass/connection.json +++ b/src/main/resources/assets/appliedenergistics2/models/part/cable/glass/connection.json @@ -6,11 +6,9 @@ { "name": "Element", "from": [ 6.0, 6.0, 0.0 ], - "to": [ 10.0, 10.0, 8.0 ], + "to": [ 10.0, 10.0, 6.0 ], "faces": { - "north": { "texture": "#base", "uv": [ 6.0, 6.0, 10.0, 10.0 ] }, "east": { "texture": "#base", "uv": [ 10.0, 6.0, 16.0, 10.0 ] }, - "south": { "texture": "#base", "uv": [ 10.0, 6.0, 6.0, 10.0 ] }, "west": { "texture": "#base", "uv": [ 16.0, 6.0, 10.0, 10.0 ] }, "up": { "texture": "#base", "uv": [ 6.0, 0.0, 10.0, 6.0 ] }, "down": { "texture": "#base", "uv": [ 6.0, 10.0, 10.0, 16.0 ] }