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
113
114
115
116
|
{
"credit": "Made with Blockbench",
"parent": "block/block",
"ambientocclusion": false,
"textures": {
"5": "block/cauldron_side_inner",
"top": "block/cauldron_top",
"bottom": "block/cauldron_bottom",
"particle": "block/cauldron_side",
"side": "block/cauldron_side",
"inside": "block/cauldron_inner"
},
"elements": [
{
"from": [0, 3, 0],
"to": [16, 3, 16],
"faces": {
"down": {"uv": [0, 0, 16, 16], "texture": "#inside"}
}
},
{
"from": [0, 3, 0],
"to": [1, 16, 16],
"faces": {
"east": {"uv": [0, 0, 16, 13], "texture": "#5", "cullface": "up"},
"up": {"uv": [0, 0, 1, 16], "texture": "#top"}
}
},
{
"from": [0, 3, 0],
"to": [16, 3, 16],
"faces": {
"up": {"uv": [0, 0, 16, 16], "texture": "#inside", "cullface": "up"}
}
},
{
"from": [15, 3, 0],
"to": [16, 16, 16],
"faces": {
"west": {"uv": [0, 0, 16, 13], "texture": "#5", "cullface": "up"},
"up": {"uv": [15, 0, 16, 16], "texture": "#top"}
}
},
{
"from": [0, 3, 0],
"to": [16, 16, 1],
"faces": {
"south": {"uv": [0, 0, 16, 13], "texture": "#5", "cullface": "up"},
"up": {"uv": [0, 0, 16, 1], "texture": "#top"}
}
},
{
"from": [0, 3, 15],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 13], "texture": "#5", "cullface": "up"},
"up": {"uv": [0, 15, 16, 16], "texture": "#top"}
}
},
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "west"},
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom"}
}
},
{
"from": [0, 0, 4],
"to": [16, 3, 4],
"faces": {
"north": {"uv": [0, 13, 16, 16], "texture": "#side"},
"south": {"uv": [0, 13, 16, 16], "texture": "#side"},
"west": {"uv": [0, 13, 16, 16], "texture": "#side"},
"up": {"uv": [0, 13, 16, 16], "texture": "#side"},
"down": {"uv": [0, 13, 16, 16], "texture": "#side"}
}
},
{
"from": [12, 0, 0],
"to": [12, 3, 16],
"faces": {
"north": {"uv": [0, 13, 16, 16], "texture": "#side"},
"east": {"uv": [0, 13, 16, 16], "texture": "#side"},
"west": {"uv": [0, 13, 16, 16], "texture": "#side"},
"up": {"uv": [0, 13, 16, 16], "rotation": 90, "texture": "#side"},
"down": {"uv": [0, 13, 16, 16], "rotation": 270, "texture": "#side"}
}
},
{
"from": [0, 0, 12],
"to": [16, 3, 12],
"faces": {
"north": {"uv": [0, 13, 16, 16], "texture": "#side"},
"east": {"uv": [0, 13, 16, 16], "texture": "#side"},
"south": {"uv": [0, 13, 16, 16], "texture": "#side"},
"up": {"uv": [0, 13, 16, 16], "rotation": 180, "texture": "#side"},
"down": {"uv": [0, 13, 16, 16], "rotation": 180, "texture": "#side"}
}
},
{
"from": [4, 0, 0],
"to": [4, 3, 16],
"faces": {
"east": {"uv": [0, 13, 16, 16], "texture": "#side"},
"south": {"uv": [0, 13, 16, 16], "texture": "#side"},
"west": {"uv": [0, 13, 16, 16], "texture": "#side"},
"up": {"uv": [0, 13, 16, 16], "rotation": 270, "texture": "#side"},
"down": {"uv": [0, 13, 16, 16], "rotation": 90, "texture": "#side"}
}
}
]
}
|