-
Notifications
You must be signed in to change notification settings - Fork 0
/
blocks.json
100 lines (99 loc) · 1.77 KB
/
blocks.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
92
93
94
95
96
97
98
99
100
{
"format_version": "1.21.10",
"bb:fridge": {
"sound": "anvil",
"textures": "bb:fridge"
},
"bb:cutting_board": {
"sound": "wood",
"textures": "bb:cutting_board"
},
"bb:counter": {
"sound": "stone",
"textures": "bb:counter"
},
"bb:stove": {
"sound": "metal",
"textures": "bb:stove"
},
"bb:toaster": {
"sound": "metal",
"textures": "bb:toaster"
},
"bb:counter_sink": {
"sound": "stone",
"textures": "bb:counter_sink"
},
"bb:oven": {
"sound": "glass",
"textures": "bb:oven"
},
"bb:blender": {
"sound": "glass",
"textures": "bb:blender"
},
"bb:sofa": {
"sound": "wood",
"textures": "bb:sofa"
},
"bb:lamp": {
"sound": "stone",
"textures": "bb:lamp"
},
"bb:pc_monitor": {
"sound": "glass",
"textures": "bb:pc_monitor"
},
"bb:router": {
"sound": "metal",
"textures": "bb:router"
},
"bb:pc": {
"sound": "metal",
"textures": "bb:pc"
},
"bb:aircon": {
"sound": "metal",
"textures": "bb:aircon"
},
"bb:gaming_chair": {
"sound": "metal",
"textures": "bb:gaming_chair"
},
"bb:indoor_security_cam": {
"sound": "metal",
"textures": "bb:indoor_security_cam"
},
"bb:atm": {
"sound": "metal",
"textures": "bb:atm"
},
"bb:locker": {
"sound": "stone",
"textures": "bb:locker"
},
"bb:tesla_charger": {
"sound": "metal",
"textures": "bb:tesla_charger"
},
"bb:hand_sanitiser": {
"sound": "glass",
"textures": "bb:hand_sanitiser"
},
"bb:electric_charger": {
"sound": "bell",
"textures": "bb:electric_charger"
},
"bb:tv": {
"sound": "glass",
"textures": "bb:tv"
},
"bb:bottle_essence": {
"sound": "glass",
"textures": "bb:perfume_texture"
},
"bb:cabinet": {
"sound": "glass",
"textures": "bb:cabinet"
}
}