Added display parameters for bamboo logs
This commit is contained in:
parent
6435d985e0
commit
102d9120f5
1 changed files with 23 additions and 1 deletions
|
@ -1,3 +1,25 @@
|
|||
{
|
||||
"parent": "mmm:block/materials/log/bamboo"
|
||||
"parent": "mmm:block/materials/log/bamboo" ,
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [ 10, -45, 10 ],
|
||||
"translation": [ 0, 1.5, -1.25 ],
|
||||
"scale": [ 0.375, 0.375, 0.375 ]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [ 10, -45, 10 ],
|
||||
"translation": [ 0, 1.5, -1.25 ],
|
||||
"scale": [ 0.375, 0.375, 0.375 ]
|
||||
},
|
||||
"ground": {
|
||||
"rotation": [ 0, 0, 0 ],
|
||||
"translation": [ 0, 1, 0 ],
|
||||
"scale": [ 0.375, 0.375, 0.375 ]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [ 30, 45, 0 ],
|
||||
"translation": [ 0, 0, 0 ],
|
||||
"scale": [ 0.7, 0.7, 0.7 ]
|
||||
}
|
||||
}
|
||||
}
|
Reference in a new issue