summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/stonecutter.json
blob: 708bfdc6ba3da43c9bb13b5998aadf8f73302f91 (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
{
	"parent": "item/end_portal_frame",
	"textures": {
		"1": "item/stonecutter",
		"particle": "block/stonecutter_bottom",
		"top": "block/stonecutter_top",
		"side": "block/stonecutter_side",
		"saw": "block/stonecutter_saw"
	},
	"elements": [
		{
			"from": [6, 0, 6],
			"to": [10, 0, 10],
			"shade": false,
			"faces": {
				"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
			}
		},
		{
			"from": [0, 0, 0],
			"to": [16, 9, 16],
			"faces": {
				"north": {"uv": [0, 7, 16, 16], "texture": "#side", "cullface": "north"},
				"east": {"uv": [0, 7, 16, 16], "texture": "#side", "cullface": "east"},
				"south": {"uv": [0, 7, 16, 16], "texture": "#side", "cullface": "south"},
				"west": {"uv": [0, 7, 16, 16], "texture": "#side", "cullface": "west"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#top"}
			}
		},
		{
			"from": [1, 9, 8],
			"to": [15, 16, 8],
			"faces": {
				"north": {"uv": [1, 9, 15, 16], "texture": "#saw", "tintindex": 0},
				"south": {"uv": [1, 9, 15, 16], "texture": "#saw", "tintindex": 0}
			}
		}
	]
}