From b42300a4da51c8e7526b7803f32688df7921c408 Mon Sep 17 00:00:00 2001 From: Sebastian Hartte Date: Sat, 27 Aug 2016 00:10:06 +0200 Subject: [PATCH] Fixes glass cable Z-fighting by making connection points not overlap the center point, as well as removing the unnecessary north/south faces. --- .../models/part/cable/glass/connection.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 ] }