mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-06-17 16:17:02 +08:00
feat: add tree generation
This commit is contained in:
@@ -13,7 +13,9 @@ constexpr std::array<std::string_view, MAX_BLOCK_NUM> BLOCK_REISTER{
|
||||
"grass_block",
|
||||
"dirt",
|
||||
"stone",
|
||||
"sand"
|
||||
"sand",
|
||||
"log",
|
||||
"leaf"
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user