forked from michaljaz/webmc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblocks.json
More file actions
107 lines (107 loc) · 1.92 KB
/
blocks.json
File metadata and controls
107 lines (107 loc) · 1.92 KB
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
{
"0":{
"name":"air",
"isBlock":false
},
"1": {
"name":"grass",
"isBlock":true,
"faces": {
"nx": "grass_block_side",
"ny": "grass_block_top",
"nz": "grass_block_side",
"px": "grass_block_side",
"py": "grass_block_top",
"pz": "grass_block_side"
}
},
"2": {
"name":"stone",
"isBlock":true,
"faces": {
"nx": "stone",
"ny": "stone",
"nz": "stone",
"px": "stone",
"py": "stone",
"pz": "stone"
}
},
"3": {
"name":"oak_planks",
"isBlock":true,
"faces": {
"nx": "oak_planks",
"ny": "oak_planks",
"nz": "oak_planks",
"px": "oak_planks",
"py": "oak_planks",
"pz": "oak_planks"
}
},
"4": {
"name":"smoker",
"isBlock":true,
"faces": {
"nx": "smoker_side",
"ny": "smoker_top",
"nz": "smoker_side",
"px": "smoker_side",
"py": "smoker_top",
"pz": "smoker_front_on"
}
},
"5": {
"name":"anvil",
"isBlock":false,
"model":"anvil"
},
"6": {
"name":"brick",
"isBlock":true,
"faces": {
"nx": "bricks",
"ny": "bricks",
"nz": "bricks",
"px": "bricks",
"py": "bricks",
"pz": "bricks"
}
},
"7": {
"name":"furnace",
"isBlock":true,
"faces": {
"nx": "furnace_side",
"ny": "furnace_top",
"nz": "furnace_side",
"px": "furnace_side",
"py": "furnace_top",
"pz": "furnace_front"
}
},
"8": {
"name":"library",
"isBlock":true,
"faces": {
"nx": "bookshelf",
"ny": "oak_planks",
"nz": "bookshelf",
"px": "bookshelf",
"py": "oak_planks",
"pz": "bookshelf"
}
},
"9": {
"name":"tnt",
"isBlock":true,
"faces": {
"nx": "tnt_side",
"ny": "tnt_bottom",
"nz": "tnt_side",
"px": "tnt_side",
"py": "tnt_top",
"pz": "tnt_side"
}
}
}