diff options
Diffstat (limited to 'src/blocks.py')
-rw-r--r-- | src/blocks.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/blocks.py b/src/blocks.py index ffdf461..769418b 100644 --- a/src/blocks.py +++ b/src/blocks.py @@ -1,6 +1,10 @@ blocks = { + "air": { + "texture": 4, + "sounds": ("stone", "stone") + }, "grass_block": { - "texture": 0, + "texture": 1, "sounds": ("grass", "grass") }, "stone": { |