mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Fixed texturing on piglin tails. Closes #213
This commit is contained in:
parent
5546e44719
commit
b686bba005
2 changed files with 8 additions and 3 deletions
|
@ -158,12 +158,14 @@
|
||||||
},
|
},
|
||||||
"data": {
|
"data": {
|
||||||
"tail": {
|
"tail": {
|
||||||
|
"pivot": [0, 0, 14],
|
||||||
"children": {
|
"children": {
|
||||||
"segment_0": {
|
"segment_0": {
|
||||||
"type": "mson:slot",
|
"type": "mson:slot",
|
||||||
"name": "segment_0",
|
"name": "segment_0",
|
||||||
"implementation": "com.minelittlepony.client.model.part.PonyTail$Segment",
|
"implementation": "com.minelittlepony.client.model.part.PonyTail$Segment",
|
||||||
"locals": { "segment_index": 0 },
|
"locals": { "segment_index": 0 },
|
||||||
|
"texture": {"w": 128, "h": 64},
|
||||||
"data": "minelittlepony:components/tail_segment"
|
"data": "minelittlepony:components/tail_segment"
|
||||||
},
|
},
|
||||||
"segment_1": {
|
"segment_1": {
|
||||||
|
@ -171,6 +173,7 @@
|
||||||
"name": "segment_1",
|
"name": "segment_1",
|
||||||
"implementation": "com.minelittlepony.client.model.part.PonyTail$Segment",
|
"implementation": "com.minelittlepony.client.model.part.PonyTail$Segment",
|
||||||
"locals": { "segment_index": 1 },
|
"locals": { "segment_index": 1 },
|
||||||
|
"texture": {"w": 128, "h": 64},
|
||||||
"data": "minelittlepony:components/tail_segment"
|
"data": "minelittlepony:components/tail_segment"
|
||||||
},
|
},
|
||||||
"segment_2": {
|
"segment_2": {
|
||||||
|
@ -178,6 +181,7 @@
|
||||||
"name": "segment_2",
|
"name": "segment_2",
|
||||||
"implementation": "com.minelittlepony.client.model.part.PonyTail$Segment",
|
"implementation": "com.minelittlepony.client.model.part.PonyTail$Segment",
|
||||||
"locals": { "segment_index": 2 },
|
"locals": { "segment_index": 2 },
|
||||||
|
"texture": {"w": 128, "h": 64},
|
||||||
"data": "minelittlepony:components/tail_segment"
|
"data": "minelittlepony:components/tail_segment"
|
||||||
},
|
},
|
||||||
"segment_3": {
|
"segment_3": {
|
||||||
|
@ -185,6 +189,7 @@
|
||||||
"name": "segment_3",
|
"name": "segment_3",
|
||||||
"implementation": "com.minelittlepony.client.model.part.PonyTail$Segment",
|
"implementation": "com.minelittlepony.client.model.part.PonyTail$Segment",
|
||||||
"locals": { "segment_index": 3 },
|
"locals": { "segment_index": 3 },
|
||||||
|
"texture": {"w": 128, "h": 64},
|
||||||
"data": "minelittlepony:components/tail_segment"
|
"data": "minelittlepony:components/tail_segment"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue