mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 12:37:59 +01:00
Fixed right bat wing not being lit correctly
This commit is contained in:
parent
e7fa30ad4c
commit
4abe04bfe4
1 changed files with 2 additions and 2 deletions
|
@ -105,8 +105,8 @@
|
|||
},
|
||||
{
|
||||
"type": "mson:planar",
|
||||
"mirror": [true, false],
|
||||
"west": [0, 0, -7, 8, 16, 56, 32]
|
||||
"mirror": [true, false, true],
|
||||
"east": [0, 0, -7, 8, 16, 56, 32]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue