mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Fixed bat wings (again)
This commit is contained in:
parent
898706c66d
commit
76b16302c4
1 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "mson:planar",
|
"type": "mson:planar",
|
||||||
"west": [0, 0, -7, 16, 8, 32, 56]
|
"west": [0, 0, -7, 8, 16, 56, 32]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -105,8 +105,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "mson:planar",
|
"type": "mson:planar",
|
||||||
"mirror": true,
|
"mirror": [true, false],
|
||||||
"west": [0, 0, -7, 16, 8, 56, 32]
|
"west": [0, 0, -7, 8, 16, 56, 32]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue