blocks = { "air": { "texture": 4, "sounds": ("stone", "stone"), "placeable": False, "name": "Air" }, "grass_block": { "texture": 1, "sounds": ("grass", "grass"), "placeable": True, "name": "Grass Block" }, "stone": { "texture": 3, "sounds": ("stone", "stone"), "placeable": True, "name": "Stone" }, "bedrock": { "texture": 7, "sounds": ("stone", "stone"), "placeable": False, "name": "Bedrock" } }