mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-04-01 01:05:27 +02:00
Fixed batwing appearing flipped
This commit is contained in:
parent
793c882449
commit
13833d8a3f
1 changed files with 6 additions and 10 deletions
|
@ -12,15 +12,14 @@
|
||||||
"rotate": [30, 0, 0],
|
"rotate": [30, 0, 0],
|
||||||
"children": {
|
"children": {
|
||||||
"primary": {
|
"primary": {
|
||||||
|
"visible": false,
|
||||||
"type": "mson:planar",
|
"type": "mson:planar",
|
||||||
"texture": {"u": 56, "v": 16},
|
"east": [-0.5, 0, -7, 8, 16, 56, 16]
|
||||||
"east": [-0.5, 0, -7, 8, 16]
|
|
||||||
},
|
},
|
||||||
"secondary": {
|
"secondary": {
|
||||||
"type": "mson:planar",
|
"type": "mson:planar",
|
||||||
"texture": {"u": 56, "v": 32},
|
|
||||||
"rotate": [-0.5, 0.3, 0.3333],
|
"rotate": [-0.5, 0.3, 0.3333],
|
||||||
"east": [1, 0, -5, 8, 16]
|
"east": [1, 0, -5, 8, 16, 56, 32]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -38,17 +37,14 @@
|
||||||
"rotate": [30, 0, 0],
|
"rotate": [30, 0, 0],
|
||||||
"children": {
|
"children": {
|
||||||
"primary": {
|
"primary": {
|
||||||
|
"visible": false,
|
||||||
"type": "mson:planar",
|
"type": "mson:planar",
|
||||||
"texture": {"u": 56, "v": 16},
|
"west": [0.5, 0, -7, 8, 16, 56, 16, true, false]
|
||||||
"mirror": [true, false, false],
|
|
||||||
"west": [0.5, 0, -7, 8, 16]
|
|
||||||
},
|
},
|
||||||
"secondary": {
|
"secondary": {
|
||||||
"type": "mson:planar",
|
"type": "mson:planar",
|
||||||
"texture": {"u": 56, "v": 32},
|
|
||||||
"mirror": [true, false, false],
|
|
||||||
"rotate": [-0.5, -0.3, -0.3333],
|
"rotate": [-0.5, -0.3, -0.3333],
|
||||||
"west": [-1, 0, -5, 8, 16]
|
"west": [-1, 0, -5, 8, 16, 56, 32, true, false]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue