From 63a311f601c095b6114991769dab29d1aeec489d Mon Sep 17 00:00:00 2001 From: Sebastian Hartte Date: Sat, 27 Aug 2016 10:39:43 +0200 Subject: [PATCH] Interesting enough, in 1.7, everything that derives from AbstractPartDisplay swaps the dark / medium variants of the front texture. --- .../assets/appliedenergistics2/models/item/part/display.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/assets/appliedenergistics2/models/item/part/display.json b/src/main/resources/assets/appliedenergistics2/models/item/part/display.json index e7377051..d90909eb 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/part/display.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/part/display.json @@ -31,7 +31,7 @@ "from": [ 2, 2, 8 ], "to": [ 14, 14, 9 ], "faces": { - "north": { "texture": "#front_medium", "tintindex": 1 } + "north": { "texture": "#front_medium", "tintindex": 2 } } }, { @@ -39,7 +39,7 @@ "from": [ 2, 2, 8 ], "to": [ 14, 14, 9 ], "faces": { - "north": { "texture": "#front_dark", "tintindex": 2 } + "north": { "texture": "#front_dark", "tintindex": 1 } } }, {