diff --git a/assets/minecraft/models/block/smithing_table.json b/assets/minecraft/models/block/smithing_table.json index a1cdaf3c9..ddc3cab76 100644 --- a/assets/minecraft/models/block/smithing_table.json +++ b/assets/minecraft/models/block/smithing_table.json @@ -1,6 +1,6 @@ { "__comment":"Designed by GeForceLegend", - "ambientocclusion":false, + "parent":"block/block", "textures":{ "down":"block/smithing_table_bottom", "up":"block/smithing_table_top", @@ -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] - } - } + ] } \ No newline at end of file