blob: 769418bc23026a890af211b0c114cc7463cefd29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
blocks = {
"air": {
"texture": 4,
"sounds": ("stone", "stone")
},
"grass_block": {
"texture": 1,
"sounds": ("grass", "grass")
},
"stone": {
"texture": 3,
"sounds": ("stone", "stone")
}
}
|