summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/fletching_table.json
blob: 5e5f2e0dcf5d910135576c51ba32299aab2b0076 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
	"parent": "block/cube_all",
	"textures": {
		"north": "block/fletching_table_front",
		"east": "block/fletching_table_side",
		"south": "block/fletching_table_back",
		"west": "block/fletching_table_side_2",
		"up": "block/fletching_table_top",
		"down": "block/birch_planks"
	}
}