Interesting enough, in 1.7, everything that derives from AbstractPartDisplay swaps the dark / medium variants of the front texture.

This commit is contained in:
Sebastian Hartte 2016-08-27 10:39:43 +02:00
parent 730f5c5d6d
commit 63a311f601
1 changed files with 2 additions and 2 deletions

View File

@ -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 }
}
},
{