-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlong_wooden_table.json
91 lines (91 loc) · 3.38 KB
/
long_wooden_table.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"credit": "Made with Blockbench",
"parent": "minecraft:block/block",
"ambientocclusion": false,
"textures": {
"0": "earth_pulsation:blocks/wooden_door_top",
"1": "earth_pulsation:blocks/wooden_planks",
"2": "earth_pulsation:blocks/wooden_block",
"3": "earth_pulsation:blocks/wooden_box",
"4": "earth_pulsation:blocks/wooden_door_bottom",
"particle": "earth_pulsation:blocks/wooden_planks"
},
"elements": [
{
"from": [-15, 0, 1],
"to": [-13, 15, 3],
"faces": {
"north": {"uv": [0, 0, 2, 15], "texture": "#0", "cullface": "west"},
"east": {"uv": [14, 0, 16, 15], "texture": "#0", "cullface": "west"},
"south": {"uv": [0, 0, 2, 15], "texture": "#0", "cullface": "west"},
"west": {"uv": [14, 0, 16, 15], "texture": "#0", "cullface": "west"},
"down": {"uv": [14, 0, 16, 2], "texture": "#0", "cullface": "west"}
}
},
{
"from": [-15, 0, 13],
"to": [-13, 15, 15],
"faces": {
"north": {"uv": [14, 1, 16, 16], "texture": "#4", "cullface": "west"},
"east": {"uv": [0, 0, 2, 15], "texture": "#4", "cullface": "west"},
"south": {"uv": [14, 1, 16, 16], "texture": "#4", "cullface": "west"},
"west": {"uv": [0, 0, 2, 15], "texture": "#4", "cullface": "west"},
"down": {"uv": [14, 0, 16, 2], "texture": "#4", "cullface": "west"}
}
},
{
"from": [29, 0, 1],
"to": [31, 15, 3],
"faces": {
"north": {"uv": [0, 0, 2, 15], "texture": "#4", "cullface": "north"},
"east": {"uv": [14, 1, 16, 16], "texture": "#4", "cullface": "north"},
"south": {"uv": [0, 0, 2, 15], "texture": "#4", "cullface": "north"},
"west": {"uv": [14, 1, 16, 16], "texture": "#4", "cullface": "north"},
"down": {"uv": [0, 0, 2, 2], "texture": "#4", "cullface": "north"}
}
},
{
"from": [29, 0, 13],
"to": [31, 15, 15],
"faces": {
"north": {"uv": [14, 0, 16, 15], "texture": "#0", "cullface": "north"},
"east": {"uv": [0, 0, 2, 15], "texture": "#0", "cullface": "north"},
"south": {"uv": [14, 0, 16, 15], "texture": "#0", "cullface": "north"},
"west": {"uv": [0, 0, 2, 15], "texture": "#0", "cullface": "north"},
"down": {"uv": [0, 0, 2, 2], "texture": "#0", "cullface": "north"}
}
},
{
"from": [0, 15, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 1], "texture": "#3", "cullface": "north"},
"south": {"uv": [0, 0, 16, 1], "texture": "#3", "cullface": "south"},
"up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#2", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
}
},
{
"from": [-16, 15, 0],
"to": [0, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 1], "texture": "#3", "cullface": "west"},
"south": {"uv": [0, 0, 16, 1], "texture": "#3", "cullface": "west"},
"west": {"uv": [0, 0, 16, 1], "texture": "#3", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#2", "cullface": "west"},
"down": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "west"}
}
},
{
"from": [16, 15, 0],
"to": [32, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 1], "texture": "#3", "cullface": "north"},
"east": {"uv": [0, 0, 16, 1], "texture": "#3", "cullface": "north"},
"south": {"uv": [0, 0, 16, 1], "texture": "#3", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#2", "cullface": "north"},
"down": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "north"}
}
}
]
}