Item model fix and other misc changes
This commit is contained in:
parent
e3eeccfd60
commit
3ea8e1068e
10 changed files with 245 additions and 107 deletions
|
@ -77,13 +77,48 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 1, -1.75],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 1, -1.75],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [1.75, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [1.75, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"ground": {
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [0, -135, 0],
|
||||
"translation": [0, -1.5, 0],
|
||||
"scale": [0.75, 0.75, 0.75]
|
||||
},
|
||||
"head": {
|
||||
"scale": [1.5, 1.5, 1.5]
|
||||
},
|
||||
"fixed": {
|
||||
"translation": [0, 0, -0.25]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "root",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"nbt": "{}",
|
||||
"armAnimationEnabled": false,
|
||||
"children": [
|
||||
0,
|
||||
1,
|
||||
|
@ -93,7 +128,6 @@
|
|||
"origin": [0, 14, 0],
|
||||
"color": 1,
|
||||
"nbt": "{}",
|
||||
"armAnimationEnabled": false,
|
||||
"children": [3]
|
||||
},
|
||||
{
|
||||
|
@ -101,7 +135,6 @@
|
|||
"origin": [0, 14, 0],
|
||||
"color": 2,
|
||||
"nbt": "{}",
|
||||
"armAnimationEnabled": false,
|
||||
"children": [4]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue