sword model rescale

This commit is contained in:
Mohammad-Ali Minaie
2017-03-24 00:15:19 -04:00
parent 6cae3d4c23
commit d514de7dfc
2 changed files with 12 additions and 2 deletions

View File

@@ -166,7 +166,7 @@
"thirdperson_righthand": {
"rotation": [ 0, 90, 0 ],
"translation": [ 0, 6.6, 1.33 ],
"scale": [ 0.7, 0.75, 0.75 ]
"scale": [ 0.75, 0.75, 0.75 ]
},
"firstperson_righthand": {
"rotation": [ 0, 90, 0 ],
@@ -179,7 +179,8 @@
"scale": [ 0.5, 0.5, 0.5 ]
},
"ground": {
"rotation": [ 90, 0, 0 ]
"rotation": [ 90, 0, 0 ],
"scale": [ 0.75, 0.75, 0.75 ]
},
"fixed": {
"rotation": [ 0, 0, 45 ],

View File

@@ -0,0 +1,9 @@
{
"piston_bellows": {
"category": "player",
"sounds": [
"forgecraft:piston_bellows"
],
"subtitle": "forgecraft.subtitle.piston_bellows"
}
}