summaryrefslogtreecommitdiff
path: root/src/blocks.py
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-09-01 14:54:08 +0200
committerRaindropsSys <contact@minteck.org>2023-09-01 14:54:08 +0200
commitc2f1ed6a85c3895483d36af0f64e2829c3fa3263 (patch)
tree6f6a8efbe62db8576a1abf5409569b37ccf261be /src/blocks.py
parent03afd42fdcd52e4a827016828c4ad286de320078 (diff)
downloadblocks-c2f1ed6a85c3895483d36af0f64e2829c3fa3263.tar.gz
blocks-c2f1ed6a85c3895483d36af0f64e2829c3fa3263.tar.bz2
blocks-c2f1ed6a85c3895483d36af0f64e2829c3fa3263.zip
Updated 11 files and added 2 files (automated)
Diffstat (limited to 'src/blocks.py')
-rw-r--r--src/blocks.py6
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": {