-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreinforced_wooden_sieve.json
71 lines (71 loc) · 2.47 KB
/
reinforced_wooden_sieve.json
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
{
"credit": "Made with Blockbench",
"parent": "minecraft:block/block",
"ambientocclusion": false,
"elements": [
{
"from": [0, 0, 0],
"to": [16, 8, 16],
"faces": {
"north": {"uv": [0, 8, 16, 16], "texture": "#1", "cullface": "north"},
"east": {"uv": [0, 8, 16, 16], "texture": "#1", "cullface": "east"},
"south": {"uv": [0, 8, 16, 16], "texture": "#1", "cullface": "south"},
"west": {"uv": [0, 8, 16, 16], "texture": "#1", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#0"},
"down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"}
}
},
{
"from": [0, 8, 0],
"to": [3, 13, 3],
"faces": {
"north": {"uv": [13, 3, 16, 8], "texture": "#1", "cullface": "north"},
"east": {"uv": [13, 3, 16, 8], "rotation": 180, "texture": "#1"},
"south": {"uv": [0, 3, 3, 8], "rotation": 180, "texture": "#1"},
"west": {"uv": [0, 3, 3, 8], "texture": "#1", "cullface": "west"}
}
},
{
"from": [13, 8, 0],
"to": [16, 13, 3],
"faces": {
"north": {"uv": [0, 3, 3, 8], "texture": "#1", "cullface": "north"},
"east": {"uv": [13, 3, 16, 8], "texture": "#1", "cullface": "east"},
"south": {"uv": [13, 3, 16, 8], "rotation": 180, "texture": "#1"},
"west": {"uv": [0, 3, 3, 8], "rotation": 180, "texture": "#1"}
}
},
{
"from": [13, 8, 13],
"to": [16, 13, 16],
"faces": {
"north": {"uv": [0, 3, 3, 8], "rotation": 180, "texture": "#1"},
"east": {"uv": [0, 3, 3, 8], "texture": "#1", "cullface": "east"},
"south": {"uv": [13, 3, 16, 8], "texture": "#1", "cullface": "south"},
"west": {"uv": [13, 3, 16, 8], "rotation": 180, "texture": "#1"}
}
},
{
"from": [0, 8, 13],
"to": [3, 13, 16],
"faces": {
"north": {"uv": [13, 3, 16, 8], "rotation": 180, "texture": "#1"},
"east": {"uv": [0, 3, 3, 8], "rotation": 180, "texture": "#1"},
"south": {"uv": [0, 3, 3, 8], "texture": "#1", "cullface": "south"},
"west": {"uv": [13, 3, 16, 8], "texture": "#1", "cullface": "west"}
}
},
{
"from": [0, 13, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 3], "texture": "#1", "cullface": "north"},
"east": {"uv": [0, 0, 16, 3], "texture": "#1", "cullface": "east"},
"south": {"uv": [0, 0, 16, 3], "texture": "#1", "cullface": "south"},
"west": {"uv": [0, 0, 16, 3], "texture": "#1", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "texture": "#2"}
}
}
]
}