Fixed bat wings

This commit is contained in:
Sollace 2019-11-29 17:49:51 +02:00
parent d4fa867884
commit 1a6320e6b1

View file

@ -4,6 +4,7 @@
"name": "left_wing", "name": "left_wing",
"implementation": "com.minelittlepony.client.model.part.BatWings$Wing", "implementation": "com.minelittlepony.client.model.part.BatWings$Wing",
"content": { "content": {
"texture": {"w": 64, "h": 64 },
"folded": { "folded": {
"texture": {"u": 56, "v": 16}, "texture": {"u": 56, "v": 16},
"rotate": [90, 0, 0], "rotate": [90, 0, 0],
@ -45,8 +46,7 @@
}, },
{ {
"type": "mson:planar", "type": "mson:planar",
"texture": {"u": 56, "v": 32}, "west": [0, 0, -7, 16, 8, 56, 32]
"west": [0, 0, -7, 16, 8, 0]
} }
] ]
} }
@ -59,6 +59,7 @@
"name": "right_wing", "name": "right_wing",
"implementation": "com.minelittlepony.client.model.part.BatWings$Wing", "implementation": "com.minelittlepony.client.model.part.BatWings$Wing",
"content": { "content": {
"texture": {"w": 64, "h": 64 },
"folded": { "folded": {
"texture": {"u": 56, "v": 16}, "texture": {"u": 56, "v": 16},
"rotate": [90, 0, 0], "rotate": [90, 0, 0],
@ -104,9 +105,8 @@
}, },
{ {
"type": "mson:planar", "type": "mson:planar",
"texture": {"u": 56, "v": 32},
"mirror": true, "mirror": true,
"west": [0, 0, -7, 16, 8, 0] "west": [0, 0, -7, 16, 8, 56, 32]
} }
] ]
} }