mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-24 13:27:59 +01:00
Fix lighting on pony butts
This commit is contained in:
parent
1faa192f33
commit
af99765bf2
1 changed files with 2 additions and 2 deletions
|
@ -127,8 +127,8 @@
|
||||||
{
|
{
|
||||||
"type": "mson:plane", "__comment": "butt",
|
"type": "mson:plane", "__comment": "butt",
|
||||||
"texture": { "u": 36, "v": 16 },
|
"texture": { "u": 36, "v": 16 },
|
||||||
"mirror": [true, true],
|
"mirror": [false, true],
|
||||||
"face": "south",
|
"face": "north",
|
||||||
"size": [ 8, 4 ]
|
"size": [ 8, 4 ]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue