mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Fixed inverted textures on the clothing layer
This commit is contained in:
parent
4d98160738
commit
5de74f27f3
1 changed files with 4 additions and 5 deletions
|
@ -227,15 +227,14 @@
|
|||
},
|
||||
"right_side": {
|
||||
"type": "mson:planar",
|
||||
"mirror": [ false, false, true ],
|
||||
"__comment": [
|
||||
"body sides a", "body sides b", "qt mark a", "qt mark b"
|
||||
],
|
||||
"west": [
|
||||
[ -4, 4,2, 8, 4, 12, 32 ],
|
||||
[ -4, 8,2, 8, 4, 12, 48 ],
|
||||
[ -4, 4, 10, 4, 4,0, 32 ],
|
||||
[ -4, 8, 10, 4, 4,0, 48 ]
|
||||
[ -4, 4, 2, 8, 4, 12, 32, true, false ],
|
||||
[ -4, 8, 2, 8, 4, 12, 48, true, false ],
|
||||
[ -4, 4, 10, 4, 4, 0, 32, true, false ],
|
||||
[ -4, 8, 10, 4, 4, 0, 48, true, false ]
|
||||
]
|
||||
},
|
||||
"butt": {
|
||||
|
|
Loading…
Reference in a new issue