summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/cartography_table.json
blob: 86960d786d86293afc8dce03cf9eef05eb40df1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
	"parent": "block/cube_all",
	"textures": {
		"north": "block/cartography_table_front",
		"east": "block/cartography_table_left",
		"south": "block/cartography_table_back",
		"west": "block/cartography_table_right",
		"up": "block/cartography_table_top",
		"down": "block/cartography_table_bottom"
	}
}