mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 12:37:59 +01:00
Fixed bat ponies' wings rotating incorrectly and move them up a bit
This commit is contained in:
parent
b37ffa9860
commit
cd25b9e269
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
||||||
"folded": {
|
"folded": {
|
||||||
"texture": {"u": 56, "v": 16, "w": 64, "h": 64},
|
"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, 12, -4],
|
||||||
"cubes": [
|
"cubes": [
|
||||||
{ "from": [3.15, 5, 4], "size": [1, 4, 1] },
|
{ "from": [3.15, 5, 4], "size": [1, 4, 1] },
|
||||||
{ "from": [ 3.5, 5, 6], "size": [1, 7, 1] },
|
{ "from": [ 3.5, 5, 6], "size": [1, 7, 1] },
|
||||||
|
@ -61,8 +61,8 @@
|
||||||
"data": {
|
"data": {
|
||||||
"folded": {
|
"folded": {
|
||||||
"texture": {"u": 56, "v": 16, "w": 64, "h": 64},
|
"texture": {"u": 56, "v": 16, "w": 64, "h": 64},
|
||||||
"rotate": [90, 0, 140],
|
"rotate": [90, 0, 0],
|
||||||
"pivot": [-0.5, 13, -4],
|
"pivot": [-0.5, 12, -4],
|
||||||
"mirror": true,
|
"mirror": true,
|
||||||
"cubes": [
|
"cubes": [
|
||||||
{ "from": [-3.15, 5, 4], "size": [1, 4, 1] },
|
{ "from": [-3.15, 5, 4], "size": [1, 4, 1] },
|
||||||
|
|
Loading…
Reference in a new issue