blocks = { "air": { "texture": 4, "sounds": ("stone", "stone") }, "grass_block": { "texture": 1, "sounds": ("grass", "grass") }, "stone": { "texture": 3, "sounds": ("stone", "stone") } }