summary refs log tree commit diff
path: root/src/World/Chunk.hpp
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2022-10-23 01:16:10 +0200
committerMel <einebeere@gmail.com>2022-10-23 01:16:10 +0200
commit589bfb5cad0052856077ce867f3858ca3741d95d (patch)
tree424d9e11474e27e04222330eea7c64e9d67220bb /src/World/Chunk.hpp
parent403ba87eaf2f6554bc0a83efed7ff78d66dd59a8 (diff)
downloadmeowcraft-589bfb5cad0052856077ce867f3858ca3741d95d.tar.zst
meowcraft-589bfb5cad0052856077ce867f3858ca3741d95d.zip
Noisy world generation with broken chunk borders
Diffstat (limited to 'src/World/Chunk.hpp')
-rw-r--r--src/World/Chunk.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World/Chunk.hpp b/src/World/Chunk.hpp
index 797a757..4c7810d 100644
--- a/src/World/Chunk.hpp
+++ b/src/World/Chunk.hpp
@@ -8,7 +8,7 @@
 #include "../GFX/Binder.hpp"
 
 #define CHUNK_WIDTH 16
-#define CHUNK_HEIGHT 32
+#define CHUNK_HEIGHT 64
 
 namespace MC::World {