minecraft-assets/assets/minecraft/models/block/crafting_table.json

13 lines
367 B
JSON

{
"parent": "block/cube",
"textures": {
"particle": "block/crafting_table_front",
"down": "block/oak_planks",
"up": "block/crafting_table_top",
"north": "block/crafting_table_front",
"east": "block/crafting_table_side",
"south": "block/crafting_table_side",
"west": "block/crafting_table_front"
}
}