Added display parameters for bamboo logs

This commit is contained in:
Emmanuel BENOîT 2016-07-10 21:21:45 +02:00
parent 6435d985e0
commit 102d9120f5

View file

@ -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 ]
}
}
}