mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Fixed right pegasus wing texture when wearing saddle bags
This commit is contained in:
parent
88d1a03783
commit
ce3ccb1aab
1 changed files with 3 additions and 3 deletions
|
@ -66,7 +66,7 @@
|
|||
"implementation": "com.minelittlepony.client.model.part.PegasusWings$Wing",
|
||||
"data": {
|
||||
"folded": {
|
||||
"texture": {"u": 56, "v": 32},
|
||||
"texture": {"u": 56, "v": 32, "w": 64, "h": 64},
|
||||
"pivot": [0, 13, -2],
|
||||
"rotate": [90, 0, 0],
|
||||
"cubes": [
|
||||
|
|
Loading…
Reference in a new issue