summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/fletching_table.json
blob: 7e54a94b1216e5599093a7f7fc5cfca18a66cc63 (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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
	"credit": "Made with Blockbench",
	"parent": "block/block",
	"textures": {
		"0": "block/fletching_table_back",
		"1": "block/fletching_table_front",
		"2": "block/fletching_table_side",
		"3": "block/fletching_table_side_2",
		"4": "block/fletching_table_top",
		"5": "block/birch_planks",
		"6": "block/fletching_table_top_extra",
		"7": "block/fletching_table_top_empty",
		"particle": "block/air"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 16, 16],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "north"},
				"east": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "east"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "south"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#3", "cullface": "west"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#7"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#5", "cullface": "down"}
			}
		},
		{
			"from": [14, 15, 0],
			"to": [16, 16, 16],
			"faces": {
				"west": {"uv": [0, 0, 16, 1], "texture": "#3", "cullface": "up"}
			}
		},
		{
			"from": [0, 15, 0],
			"to": [2, 16, 16],
			"faces": {
				"east": {"uv": [0, 0, 16, 1], "texture": "#2", "cullface": "up"}
			}
		},
		{
			"from": [2, 15, 0],
			"to": [14, 16, 2],
			"faces": {
				"south": {"uv": [1, 0, 14, 1], "texture": "#0", "cullface": "up"}
			}
		},
		{
			"from": [2, 15, 14],
			"to": [14, 16, 16],
			"faces": {
				"north": {"uv": [2, 0, 14, 1], "texture": "#1", "cullface": "up"}
			}
		},
		{
			"from": [-1.5, 2, 11.5],
			"to": [0.5, 14, 11.5],
			"faces": {
				"north": {"uv": [10, 2, 12, 14], "texture": "#6", "cullface": "west"},
				"south": {"uv": [12, 2, 10, 14], "texture": "#6", "cullface": "south"}
			}
		},
		{
			"from": [-1.5, 2, 7.5],
			"to": [0.5, 14, 7.5],
			"faces": {
				"north": {"uv": [10, 2, 12, 14], "texture": "#6", "cullface": "west"},
				"south": {"uv": [12, 2, 10, 14], "texture": "#6", "cullface": "south"}
			}
		},
		{
			"from": [-1.5, 2, 4.5],
			"to": [0.5, 14, 4.5],
			"faces": {
				"north": {"uv": [10, 2, 12, 14], "texture": "#6", "cullface": "west"},
				"south": {"uv": [12, 2, 10, 14], "texture": "#6", "cullface": "south"}
			}
		},
		{
			"from": [5.5, 2, -1.5],
			"to": [5.5, 14, 0.5],
			"faces": {
				"east": {"uv": [10, 2, 12, 14], "texture": "#6", "cullface": "north"},
				"west": {"uv": [12, 2, 10, 14], "texture": "#6", "cullface": "north"}
			}
		},
		{
			"from": [0, 15, 0],
			"to": [16, 15, 16],
			"faces": {
				"up": {"uv": [0, 0, 16, 16], "texture": "#4"}
			}
		},
		{
			"from": [9, 15.3, 4],
			"to": [11, 15.3, 12],
			"rotation": {"angle": -22.5, "axis": "y", "origin": [6, 16, 10.5]},
			"faces": {
				"up": {"uv": [4, 0, 6, 8], "texture": "#6", "cullface": "up"}
			}
		},
		{
			"from": [5.15077, 15.3, 2.23108],
			"to": [9.15077, 15.3, 10.23108],
			"rotation": {"angle": 22.5, "axis": "y", "origin": [5.85077, 15.3, 9.03108]},
			"faces": {
				"up": {"uv": [0, 0, 4, 8], "rotation": 180, "texture": "#6", "cullface": "up"}
			}
		}
	]
}