Fixed bat wing textures

This commit is contained in:
Sollace 2021-08-18 21:57:16 +02:00
parent ce3ccb1aab
commit 9efdc29a2f

View file

@ -5,9 +5,8 @@
"name": "left_wing",
"implementation": "com.minelittlepony.client.model.part.BatWings$Wing",
"data": {
"texture": {"w": 64, "h": 64 },
"folded": {
"texture": {"u": 56, "v": 16},
"texture": {"u": 56, "v": 16, "w": 64, "h": 64},
"rotate": [90, 0, 0],
"pivot": [-0.5, 13, -4],
"cubes": [
@ -18,7 +17,7 @@
]
},
"extended": {
"texture": {"u": 56, "v": 19},
"texture": {"u": 56, "v": 19, "w": 64, "h": 64},
"rotate": [3, 180, 0],
"pivot": [2.5, 5.3, 3],
"children": {
@ -60,9 +59,8 @@
"name": "right_wing",
"implementation": "com.minelittlepony.client.model.part.BatWings$Wing",
"data": {
"texture": {"w": 64, "h": 64 },
"folded": {
"texture": {"u": 56, "v": 16},
"texture": {"u": 56, "v": 16, "w": 64, "h": 64},
"rotate": [90, 0, 0],
"pivot": [-0.5, 13, -4],
"mirror": true,
@ -74,7 +72,7 @@
]
},
"extended": {
"texture": {"u": 56, "v": 19},
"texture": {"u": 56, "v": 19, "w": 64, "h": 64},
"pivot": [-2.5, 5.3, 3],
"rotate": [-3, 180, 0],
"mirror": true,