mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Fixed bat wings
This commit is contained in:
parent
d4fa867884
commit
1a6320e6b1
1 changed files with 4 additions and 4 deletions
|
@ -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]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue