summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/bamboo.json
blob: 763172bb9b136d7f4507482171e91d8453d6a95c (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
{
	"parent": "item/end_portal_frame",
	"ambientocclusion": false,
	"textures": {
		"1": "block/bamboo_stalk",
		"2": "block/bamboo_stalk_leaves",
		"6": "item/bamboo",
		"particle": "block/bamboo_stalk"
	},
	"elements": [
		{
			"from": [6, 31, 6],
			"to": [10, 31, 10],
			"shade": false,
			"faces": {
				"down": {"uv": [0, 0, 16, 16], "texture": "#6"}
			}
		},
		{
			"from": [6.5, 0, 6.5],
			"to": [9.5, 16, 9.5],
			"faces": {
				"north": {"uv": [0, 0, 3, 16], "texture": "#1"},
				"east": {"uv": [0, 0, 3, 16], "texture": "#1"},
				"south": {"uv": [0, 0, 3, 16], "texture": "#1"},
				"west": {"uv": [0, 0, 3, 16], "texture": "#1"}
			}
		},
		{
			"from": [6.5, 16, 0.5],
			"to": [9.5, 32, 15.5],
			"faces": {
				"east": {"uv": [0, 0, 15, 16], "texture": "#2"},
				"west": {"uv": [0, 0, 15, 16], "texture": "#2"}
			}
		},
		{
			"from": [0.5, 16, 6.5],
			"to": [15.5, 32, 9.5],
			"faces": {
				"north": {"uv": [0, 0, 15, 16], "texture": "#2"},
				"south": {"uv": [0, 0, 15, 16], "texture": "#2"}
			}
		},
		{
			"from": [6.5, 16, 6.5],
			"to": [9.5, 32, 9.5],
			"faces": {
				"up": {"uv": [13, 0, 16, 3], "texture": "#1"}
			}
		},
		{
			"from": [6.5, -16, 6.5],
			"to": [9.5, 0, 9.5],
			"faces": {
				"north": {"uv": [3, 0, 6, 16], "texture": "#1"},
				"east": {"uv": [3, 0, 6, 16], "texture": "#1"},
				"south": {"uv": [3, 0, 6, 16], "texture": "#1"},
				"west": {"uv": [3, 0, 6, 16], "texture": "#1"}
			}
		}
	],
	"display": {
		"thirdperson_righthand": {
			"translation": [0, 22, 2.5]
		},
		"thirdperson_lefthand": {
			"translation": [0, 22, 2.5]
		},
		"firstperson_righthand": {
			"rotation": [10, 0, -10],
			"scale": [0.47, 0.47, 0.47]
		},
		"firstperson_lefthand": {
			"rotation": [10, 0, -10],
			"scale": [0.47, 0.47, 0.47]
		},
		"ground": {
			"rotation": [22, 0, 0],
			"translation": [0, 10.75, 0],
			"scale": [0.56, 0.47, 0.56]
		},
		"gui": {
			"rotation": [-90, 0, 0],
			"scale": [4, 4, 4]
		},
		"head": {
			"translation": [0, 29.75, 0]
		},
		"fixed": {
			"translation": [0, 0, -1.75],
			"scale": [0.7, 0.7, 0.7]
		}
	}
}