mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Fixed the legacy wing using textures from the wrong location
This commit is contained in:
parent
f75bf7ff15
commit
13ef34b663
1 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@
|
|||
"implementation": "com.minelittlepony.client.model.part.PegasusWings$Wing",
|
||||
"content": {
|
||||
"folded": {
|
||||
"texture": {"u": 56, "v": 16},
|
||||
"texture": {"u": 56, "v": 32},
|
||||
"center": [0, 13, -2],
|
||||
"rotate": [90, 0, 0],
|
||||
"cubes": [
|
||||
|
@ -75,7 +75,7 @@
|
|||
]
|
||||
},
|
||||
"extended": {
|
||||
"texture": {"u": 57, "v": 19, "w": 64, "h": 64},
|
||||
"texture": {"u": 57, "v": 35, "w": 64, "h": 64},
|
||||
"center": [-4.5, 5.3, 6],
|
||||
"rotate": [-30, 180, 0],
|
||||
"children": [
|
||||
|
|
Loading…
Reference in a new issue