mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-25 05:48:00 +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",
|
||||
"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,
|
||||
|
|
Loading…
Reference in a new issue