Fix altar rendering in altar
...and item frames
This commit is contained in:
parent
b34dbfbe4e
commit
3bb5172bce
2 changed files with 18 additions and 10 deletions
|
@ -17,6 +17,18 @@
|
|||
"transform": {
|
||||
"translation": [ 0.05, -0.1, 0.05 ],
|
||||
"scale": [ 0.07, 0.07, 0.07 ],
|
||||
"firstperson": {
|
||||
"translation": [ 0, 0, 0 ],
|
||||
"scale": [ 1, 1, 1 ]
|
||||
},
|
||||
"thirdperson": {
|
||||
"translation": [ 0, 0.09375, -0.171875 ],
|
||||
"rotation": [{ "x": 10 }, { "y": -45 }, { "z": 170 }],
|
||||
"scale": [ 0.375, 0.375, 0.375 ]
|
||||
},
|
||||
"fixed": {
|
||||
"scale": [ 1, 1, 1 ]
|
||||
},
|
||||
"gui": {
|
||||
"translation": [ 0, -0.15, -0.03 ],
|
||||
"scale": [ 1.04, 1.04, 1.04 ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue