mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-25 22:07: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],
|
||||
|
|
Loading…
Reference in a new issue