mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-29 07:27:59 +01:00
Fixed bat wing textures
This commit is contained in:
parent
ce3ccb1aab
commit
9efdc29a2f
1 changed files with 4 additions and 6 deletions
|
@ -5,9 +5,8 @@
|
||||||
"name": "left_wing",
|
"name": "left_wing",
|
||||||
"implementation": "com.minelittlepony.client.model.part.BatWings$Wing",
|
"implementation": "com.minelittlepony.client.model.part.BatWings$Wing",
|
||||||
"data": {
|
"data": {
|
||||||
"texture": {"w": 64, "h": 64 },
|
|
||||||
"folded": {
|
"folded": {
|
||||||
"texture": {"u": 56, "v": 16},
|
"texture": {"u": 56, "v": 16, "w": 64, "h": 64},
|
||||||
"rotate": [90, 0, 0],
|
"rotate": [90, 0, 0],
|
||||||
"pivot": [-0.5, 13, -4],
|
"pivot": [-0.5, 13, -4],
|
||||||
"cubes": [
|
"cubes": [
|
||||||
|
@ -18,7 +17,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"extended": {
|
"extended": {
|
||||||
"texture": {"u": 56, "v": 19},
|
"texture": {"u": 56, "v": 19, "w": 64, "h": 64},
|
||||||
"rotate": [3, 180, 0],
|
"rotate": [3, 180, 0],
|
||||||
"pivot": [2.5, 5.3, 3],
|
"pivot": [2.5, 5.3, 3],
|
||||||
"children": {
|
"children": {
|
||||||
|
@ -60,9 +59,8 @@
|
||||||
"name": "right_wing",
|
"name": "right_wing",
|
||||||
"implementation": "com.minelittlepony.client.model.part.BatWings$Wing",
|
"implementation": "com.minelittlepony.client.model.part.BatWings$Wing",
|
||||||
"data": {
|
"data": {
|
||||||
"texture": {"w": 64, "h": 64 },
|
|
||||||
"folded": {
|
"folded": {
|
||||||
"texture": {"u": 56, "v": 16},
|
"texture": {"u": 56, "v": 16, "w": 64, "h": 64},
|
||||||
"rotate": [90, 0, 0],
|
"rotate": [90, 0, 0],
|
||||||
"pivot": [-0.5, 13, -4],
|
"pivot": [-0.5, 13, -4],
|
||||||
"mirror": true,
|
"mirror": true,
|
||||||
|
@ -74,7 +72,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"extended": {
|
"extended": {
|
||||||
"texture": {"u": 56, "v": 19},
|
"texture": {"u": 56, "v": 19, "w": 64, "h": 64},
|
||||||
"pivot": [-2.5, 5.3, 3],
|
"pivot": [-2.5, 5.3, 3],
|
||||||
"rotate": [-3, 180, 0],
|
"rotate": [-3, 180, 0],
|
||||||
"mirror": true,
|
"mirror": true,
|
||||||
|
|
Loading…
Reference in a new issue