Files
minecraft-assets/assets/minecraft/models/block/smithing_table.json
2021-03-10 23:45:15 +00:00

13 lines
367 B
JSON

{
"parent": "block/cube",
"textures": {
"particle": "block/smithing_table_front",
"down": "block/oak_planks",
"up": "block/smithing_table_top",
"north": "block/smithing_table_front",
"east": "block/smithing_table_side",
"south": "block/smithing_table_front",
"west": "block/smithing_table_side"
}
}