summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/grindstone.json
blob: dff1ee90677de0d3e662ad855a1eb644e989dee6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
	"parent": "block/block",
	"textures": {
		"pivot": "block/grindstone_pivot",
		"round": "block/grindstone_round",
		"particle": "block/grindstone_side",
		"side": "block/grindstone_side"
	},
	"elements": [
		{
			"from": [12, 0, 6],
			"to": [14, 7, 10],
			"faces": {
				"north": {"uv": [5, 6, 7, 13], "texture": "#pivot"},
				"east": {"uv": [5, 13, 1, 6], "texture": "#pivot"},
				"south": {"uv": [5, 6, 7, 13], "texture": "#pivot"},
				"west": {"uv": [11, 6, 7, 13], "texture": "#pivot"},
				"down": {"uv": [5, 9, 7, 13], "texture": "#pivot", "cullface": "down"}
			}
		},
		{
			"from": [2, 0, 6],
			"to": [4, 7, 10],
			"faces": {
				"north": {"uv": [5, 6, 7, 13], "texture": "#pivot"},
				"east": {"uv": [11, 6, 7, 13], "texture": "#pivot"},
				"south": {"uv": [5, 6, 7, 13], "texture": "#pivot"},
				"west": {"uv": [1, 6, 5, 13], "texture": "#pivot"},
				"down": {"uv": [5, 9, 7, 13], "texture": "#pivot", "cullface": "down"}
			}
		},
		{
			"from": [12, 7, 5],
			"to": [14, 13, 11],
			"faces": {
				"north": {"uv": [8, 0, 6, 6], "texture": "#pivot"},
				"east": {"uv": [0, 0, 6, 6], "texture": "#pivot"},
				"south": {"uv": [8, 0, 6, 6], "texture": "#pivot"},
				"up": {"uv": [10, 0, 8, 6], "texture": "#pivot"},
				"down": {"uv": [8, 0, 10, 6], "texture": "#pivot"}
			}
		},
		{
			"from": [2, 7, 5],
			"to": [4, 13, 11],
			"faces": {
				"north": {"uv": [6, 0, 8, 6], "texture": "#pivot"},
				"south": {"uv": [6, 0, 8, 6], "texture": "#pivot"},
				"west": {"uv": [0, 0, 6, 6], "texture": "#pivot"},
				"up": {"uv": [8, 0, 10, 6], "texture": "#pivot"},
				"down": {"uv": [8, 0, 10, 6], "texture": "#pivot"}
			}
		},
		{
			"from": [4, 4, 2],
			"to": [12, 16, 14],
			"faces": {
				"north": {"uv": [8, 0, 16, 12], "texture": "#round"},
				"east": {"uv": [0, 0, 12, 12], "texture": "#side"},
				"south": {"uv": [8, 0, 16, 12], "texture": "#round"},
				"west": {"uv": [0, 0, 12, 12], "texture": "#side"},
				"up": {"uv": [0, 0, 8, 12], "texture": "#round", "cullface": "up"},
				"down": {"uv": [8, 0, 16, 12], "texture": "#round"}
			}
		}
	]
}