mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 04:27:59 +01:00
Fix enderman legs
This commit is contained in:
parent
2e5fec3106
commit
437d361170
1 changed files with 3 additions and 5 deletions
|
@ -1,9 +1,7 @@
|
||||||
{
|
{
|
||||||
"parent": "minelittlepony:skeleton",
|
"parent": "minelittlepony:skeleton",
|
||||||
"locals": {
|
"locals": {
|
||||||
"arm_length": 30,
|
"arm_length": 30
|
||||||
"arm_rotation_x": 3,
|
|
||||||
"arm_rotation_y": 14
|
|
||||||
},
|
},
|
||||||
"data": {
|
"data": {
|
||||||
"head": {
|
"head": {
|
||||||
|
@ -95,7 +93,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"right_leg": {
|
"right_leg": {
|
||||||
"pivot": ["#arm_rotation_x_neg", 0, 0],
|
"pivot": ["#arm_rotation_x_neg", "#arm_rotation_y", 11],
|
||||||
"texture": { "u": 0, "v": 20 },
|
"texture": { "u": 0, "v": 20 },
|
||||||
"cubes": [
|
"cubes": [
|
||||||
{
|
{
|
||||||
|
@ -105,7 +103,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"left_leg": {
|
"left_leg": {
|
||||||
"pivot": ["#arm_rotation_x", 0, 0],
|
"pivot": ["#arm_rotation_x", "#arm_rotation_y", 11],
|
||||||
"texture": { "u": 0, "v": 20 },
|
"texture": { "u": 0, "v": 20 },
|
||||||
"cubes": [
|
"cubes": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue