mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 12:37:59 +01:00
Fixed lighting on pony butts
This commit is contained in:
parent
4c512f1d1c
commit
26985b9165
1 changed files with 62 additions and 55 deletions
|
@ -121,16 +121,23 @@
|
|||
"face": "south",
|
||||
"position": [ -4, 4, 14 ],
|
||||
"size": [ 8, 4 ]
|
||||
},
|
||||
}
|
||||
],
|
||||
"children": {
|
||||
"mirrored": {
|
||||
"pivot": [ 4, 8, 14 ],
|
||||
"rotate": [0, 180, 0],
|
||||
"cubes": [
|
||||
{
|
||||
"type": "mson:plane", "__comment": "butt",
|
||||
"texture": { "u": 36, "v": 16 },
|
||||
"mirror": [false, true],
|
||||
"mirror": [true, true],
|
||||
"face": "south",
|
||||
"position": [ -4, 8, 14 ],
|
||||
"size": [ 8, 4 ]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"butt_buttom": {
|
||||
"pivot": [-2, 12, 14],
|
||||
|
@ -220,10 +227,10 @@
|
|||
"body sides a", "body sides b", "qt mark a", "qt mark b"
|
||||
],
|
||||
"west": [
|
||||
[ -4, 4, 2, 8, 4, 12, 32 ],
|
||||
[ -4, 8, 2, 8, 4, 12, 48 ],
|
||||
[ -4, 4, 10, 4, 4, 0, 32 ],
|
||||
[ -4, 8, 10, 4, 4, 0, 48 ]
|
||||
[ -4, 4,2, 8, 4, 12, 32 ],
|
||||
[ -4, 8,2, 8, 4, 12, 48 ],
|
||||
[ -4, 4, 10, 4, 4,0, 32 ],
|
||||
[ -4, 8, 10, 4, 4,0, 48 ]
|
||||
]
|
||||
},
|
||||
"butt": {
|
||||
|
|
Loading…
Reference in a new issue