Skip to content

Commit

Permalink
Fix a texture bug of smithing table
Browse files Browse the repository at this point in the history
  • Loading branch information
GeForceLegend committed Nov 13, 2019
1 parent 81a722a commit 69a3fba
Showing 1 changed file with 2 additions and 28 deletions.
30 changes: 2 additions & 28 deletions assets/minecraft/models/block/smithing_table.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"__comment":"Designed by GeForceLegend",
"ambientocclusion":false,
"parent":"block/block",
"textures":{
"down":"block/smithing_table_bottom",
"up":"block/smithing_table_top",
Expand Down Expand Up @@ -339,31 +339,5 @@
"down":{"uv":[0,0,16,16],"texture":"#up"}
}
}
],
"display":{
"thirdperson_righthand":{
"rotation":[75,45,0],
"translation":[0,2.5,0],
"scale":[0.375,0.375,0.375]
},
"firstperson_righthand":{
"rotation":[0,45,0],
"scale":[0.4,0.4,0.4]
},
"firstperson_lefthand":{
"rotation":[0,225,0],
"scale":[0.4,0.4,0.4]
},
"ground":{
"translation":[0,3,0],
"scale":[0.25,0.25,0.25]
},
"gui":{
"rotation":[30,225,0],
"scale":[0.625,0.625,0.625]
},
"fixed":{
"scale":[0.5,0.5,0.5]
}
}
]
}

0 comments on commit 69a3fba

Please sign in to comment.