feat: add tree generation

This commit is contained in:
2026-04-18 10:59:37 +08:00
parent 63930dcdc7
commit bb888fd7b7
27 changed files with 224 additions and 30 deletions

View File

@@ -13,7 +13,9 @@ constexpr std::array<std::string_view, MAX_BLOCK_NUM> BLOCK_REISTER{
"grass_block",
"dirt",
"stone",
"sand"
"sand",
"log",
"leaf"
};