summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/crafting_table.json
blob: 9a265c02cf01d7add4b03e6981ded1e63e21b2e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "parent": "block/cube",
  "textures": {
    "particle": "block/oak_planks",
    "north": "block/crafting_table_front",
    "south": "block/crafting_table_back",
    "east": "block/crafting_table_right",
    "west": "block/crafting_table_left",
    "up": "block/crafting_table_top",
    "down": "block/crafting_table_bottom"
  }
}