From f1fc192ddc4c739fa8b4b376c759b7d3218a34eb Mon Sep 17 00:00:00 2001 From: Mel Date: Fri, 7 Jul 2023 21:39:42 +0200 Subject: Chunk-bound tree decoration --- src/World/BlockType.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/World/BlockType.hpp') diff --git a/src/World/BlockType.hpp b/src/World/BlockType.hpp index dcb8e44..472523f 100644 --- a/src/World/BlockType.hpp +++ b/src/World/BlockType.hpp @@ -14,6 +14,8 @@ public: Stone, Sand, Snow, + Wood, + Leaves, Water, }; -- cgit 1.4.1