summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/composter.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/item/composter.json')
-rwxr-xr-xassets/minecraft/models/item/composter.json70
1 files changed, 70 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/composter.json b/assets/minecraft/models/item/composter.json
new file mode 100755
index 00000000..133721c8
--- /dev/null
+++ b/assets/minecraft/models/item/composter.json
@@ -0,0 +1,70 @@
1{
2 "parent": "item/end_portal_frame",
3 "ambientocclusion": false,
4 "textures": {
5 "4": "item/composter",
6 "particle": "block/composter_side",
7 "3_side": "block/composter_side",
8 "3_top": "block/composter_top",
9 "3_bottom": "block/composter_bottom"
10 },
11 "elements": [
12 {
13 "from": [6, 2, 6],
14 "to": [10, 2, 10],
15 "shade": false,
16 "faces": {
17 "down": {"uv": [0, 0, 16, 16], "texture": "#4"}
18 }
19 },
20 {
21 "from": [0, 0, 0],
22 "to": [16, 2, 16],
23 "faces": {
24 "up": {"uv": [0, 0, 16, 16], "texture": "#3_bottom"}
25 }
26 },
27 {
28 "from": [0, 0, 0],
29 "to": [2, 16, 16],
30 "faces": {
31 "east": {"uv": [0, 0, 16, 16], "texture": "#3_side"},
32 "up": {"uv": [0, 0, 2, 16], "texture": "#3_top", "cullface": "up"}
33 }
34 },
35 {
36 "from": [14, 0, 0],
37 "to": [16, 16, 16],
38 "faces": {
39 "west": {"uv": [0, 0, 16, 16], "texture": "#3_side"},
40 "up": {"uv": [14, 0, 16, 16], "texture": "#3_top", "cullface": "up"}
41 }
42 },
43 {
44 "from": [2, 0, 0],
45 "to": [14, 16, 2],
46 "faces": {
47 "south": {"uv": [2, 0, 14, 16], "texture": "#3_side"},
48 "up": {"uv": [2, 0, 14, 2], "texture": "#3_top", "cullface": "up"}
49 }
50 },
51 {
52 "from": [2, 0, 14],
53 "to": [14, 16, 16],
54 "faces": {
55 "north": {"uv": [2, 0, 14, 16], "texture": "#3_side"},
56 "up": {"uv": [2, 14, 14, 16], "texture": "#3_top", "cullface": "up"}
57 }
58 },
59 {
60 "from": [0, 0, 0],
61 "to": [16, 16, 16],
62 "faces": {
63 "north": {"uv": [0, 0, 16, 16], "texture": "#3_side", "cullface": "north"},
64 "east": {"uv": [0, 0, 16, 16], "texture": "#3_side", "cullface": "east"},
65 "south": {"uv": [0, 0, 16, 16], "texture": "#3_side", "cullface": "south"},
66 "west": {"uv": [0, 0, 16, 16], "texture": "#3_side", "cullface": "west"}
67 }
68 }
69 ]
70} \ No newline at end of file