summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/bamboo.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/item/bamboo.json')
-rwxr-xr-xassets/minecraft/models/item/bamboo.json95
1 files changed, 95 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/bamboo.json b/assets/minecraft/models/item/bamboo.json
new file mode 100755
index 00000000..763172bb
--- /dev/null
+++ b/assets/minecraft/models/item/bamboo.json
@@ -0,0 +1,95 @@
1{
2 "parent": "item/end_portal_frame",
3 "ambientocclusion": false,
4 "textures": {
5 "1": "block/bamboo_stalk",
6 "2": "block/bamboo_stalk_leaves",
7 "6": "item/bamboo",
8 "particle": "block/bamboo_stalk"
9 },
10 "elements": [
11 {
12 "from": [6, 31, 6],
13 "to": [10, 31, 10],
14 "shade": false,
15 "faces": {
16 "down": {"uv": [0, 0, 16, 16], "texture": "#6"}
17 }
18 },
19 {
20 "from": [6.5, 0, 6.5],
21 "to": [9.5, 16, 9.5],
22 "faces": {
23 "north": {"uv": [0, 0, 3, 16], "texture": "#1"},
24 "east": {"uv": [0, 0, 3, 16], "texture": "#1"},
25 "south": {"uv": [0, 0, 3, 16], "texture": "#1"},
26 "west": {"uv": [0, 0, 3, 16], "texture": "#1"}
27 }
28 },
29 {
30 "from": [6.5, 16, 0.5],
31 "to": [9.5, 32, 15.5],
32 "faces": {
33 "east": {"uv": [0, 0, 15, 16], "texture": "#2"},
34 "west": {"uv": [0, 0, 15, 16], "texture": "#2"}
35 }
36 },
37 {
38 "from": [0.5, 16, 6.5],
39 "to": [15.5, 32, 9.5],
40 "faces": {
41 "north": {"uv": [0, 0, 15, 16], "texture": "#2"},
42 "south": {"uv": [0, 0, 15, 16], "texture": "#2"}
43 }
44 },
45 {
46 "from": [6.5, 16, 6.5],
47 "to": [9.5, 32, 9.5],
48 "faces": {
49 "up": {"uv": [13, 0, 16, 3], "texture": "#1"}
50 }
51 },
52 {
53 "from": [6.5, -16, 6.5],
54 "to": [9.5, 0, 9.5],
55 "faces": {
56 "north": {"uv": [3, 0, 6, 16], "texture": "#1"},
57 "east": {"uv": [3, 0, 6, 16], "texture": "#1"},
58 "south": {"uv": [3, 0, 6, 16], "texture": "#1"},
59 "west": {"uv": [3, 0, 6, 16], "texture": "#1"}
60 }
61 }
62 ],
63 "display": {
64 "thirdperson_righthand": {
65 "translation": [0, 22, 2.5]
66 },
67 "thirdperson_lefthand": {
68 "translation": [0, 22, 2.5]
69 },
70 "firstperson_righthand": {
71 "rotation": [10, 0, -10],
72 "scale": [0.47, 0.47, 0.47]
73 },
74 "firstperson_lefthand": {
75 "rotation": [10, 0, -10],
76 "scale": [0.47, 0.47, 0.47]
77 },
78 "ground": {
79 "rotation": [22, 0, 0],
80 "translation": [0, 10.75, 0],
81 "scale": [0.56, 0.47, 0.56]
82 },
83 "gui": {
84 "rotation": [-90, 0, 0],
85 "scale": [4, 4, 4]
86 },
87 "head": {
88 "translation": [0, 29.75, 0]
89 },
90 "fixed": {
91 "translation": [0, 0, -1.75],
92 "scale": [0.7, 0.7, 0.7]
93 }
94 }
95} \ No newline at end of file