summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/cauldron.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/cauldron.json')
-rwxr-xr-xassets/minecraft/models/block/cauldron.json116
1 files changed, 116 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/cauldron.json b/assets/minecraft/models/block/cauldron.json
new file mode 100755
index 00000000..44e0b7a5
--- /dev/null
+++ b/assets/minecraft/models/block/cauldron.json
@@ -0,0 +1,116 @@
1{
2 "credit": "Made with Blockbench",
3 "parent": "block/block",
4 "ambientocclusion": false,
5 "textures": {
6 "5": "block/cauldron_side_inner",
7 "top": "block/cauldron_top",
8 "bottom": "block/cauldron_bottom",
9 "particle": "block/cauldron_side",
10 "side": "block/cauldron_side",
11 "inside": "block/cauldron_inner"
12 },
13 "elements": [
14 {
15 "from": [0, 3, 0],
16 "to": [16, 3, 16],
17 "faces": {
18 "down": {"uv": [0, 0, 16, 16], "texture": "#inside"}
19 }
20 },
21 {
22 "from": [0, 3, 0],
23 "to": [1, 16, 16],
24 "faces": {
25 "east": {"uv": [0, 0, 16, 13], "texture": "#5", "cullface": "up"},
26 "up": {"uv": [0, 0, 1, 16], "texture": "#top"}
27 }
28 },
29 {
30 "from": [0, 3, 0],
31 "to": [16, 3, 16],
32 "faces": {
33 "up": {"uv": [0, 0, 16, 16], "texture": "#inside", "cullface": "up"}
34 }
35 },
36 {
37 "from": [15, 3, 0],
38 "to": [16, 16, 16],
39 "faces": {
40 "west": {"uv": [0, 0, 16, 13], "texture": "#5", "cullface": "up"},
41 "up": {"uv": [15, 0, 16, 16], "texture": "#top"}
42 }
43 },
44 {
45 "from": [0, 3, 0],
46 "to": [16, 16, 1],
47 "faces": {
48 "south": {"uv": [0, 0, 16, 13], "texture": "#5", "cullface": "up"},
49 "up": {"uv": [0, 0, 16, 1], "texture": "#top"}
50 }
51 },
52 {
53 "from": [0, 3, 15],
54 "to": [16, 16, 16],
55 "faces": {
56 "north": {"uv": [0, 0, 16, 13], "texture": "#5", "cullface": "up"},
57 "up": {"uv": [0, 15, 16, 16], "texture": "#top"}
58 }
59 },
60 {
61 "from": [0, 0, 0],
62 "to": [16, 16, 16],
63 "faces": {
64 "north": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "north"},
65 "east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "east"},
66 "south": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "south"},
67 "west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "west"},
68 "down": {"uv": [0, 0, 16, 16], "texture": "#bottom"}
69 }
70 },
71 {
72 "from": [0, 0, 4],
73 "to": [16, 3, 4],
74 "faces": {
75 "north": {"uv": [0, 13, 16, 16], "texture": "#side"},
76 "south": {"uv": [0, 13, 16, 16], "texture": "#side"},
77 "west": {"uv": [0, 13, 16, 16], "texture": "#side"},
78 "up": {"uv": [0, 13, 16, 16], "texture": "#side"},
79 "down": {"uv": [0, 13, 16, 16], "texture": "#side"}
80 }
81 },
82 {
83 "from": [12, 0, 0],
84 "to": [12, 3, 16],
85 "faces": {
86 "north": {"uv": [0, 13, 16, 16], "texture": "#side"},
87 "east": {"uv": [0, 13, 16, 16], "texture": "#side"},
88 "west": {"uv": [0, 13, 16, 16], "texture": "#side"},
89 "up": {"uv": [0, 13, 16, 16], "rotation": 90, "texture": "#side"},
90 "down": {"uv": [0, 13, 16, 16], "rotation": 270, "texture": "#side"}
91 }
92 },
93 {
94 "from": [0, 0, 12],
95 "to": [16, 3, 12],
96 "faces": {
97 "north": {"uv": [0, 13, 16, 16], "texture": "#side"},
98 "east": {"uv": [0, 13, 16, 16], "texture": "#side"},
99 "south": {"uv": [0, 13, 16, 16], "texture": "#side"},
100 "up": {"uv": [0, 13, 16, 16], "rotation": 180, "texture": "#side"},
101 "down": {"uv": [0, 13, 16, 16], "rotation": 180, "texture": "#side"}
102 }
103 },
104 {
105 "from": [4, 0, 0],
106 "to": [4, 3, 16],
107 "faces": {
108 "east": {"uv": [0, 13, 16, 16], "texture": "#side"},
109 "south": {"uv": [0, 13, 16, 16], "texture": "#side"},
110 "west": {"uv": [0, 13, 16, 16], "texture": "#side"},
111 "up": {"uv": [0, 13, 16, 16], "rotation": 270, "texture": "#side"},
112 "down": {"uv": [0, 13, 16, 16], "rotation": 90, "texture": "#side"}
113 }
114 }
115 ]
116} \ No newline at end of file