diff options
Diffstat (limited to 'src/treegen.h')
-rw-r--r-- | src/treegen.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/treegen.h b/src/treegen.h index 62a220ee2..1435d6bb2 100644 --- a/src/treegen.h +++ b/src/treegen.h @@ -38,12 +38,15 @@ std::string rules_c; std::string rules_d; MapNode trunknode; MapNode leavesnode; +MapNode leaves2node; +int leaves2_chance; int angle; int iterations; int iterations_random_level; -bool thin_trunks; -bool fruit_tree; +std::string trunk_type; +bool thin_branches; MapNode fruitnode; +int fruit_chance; }; // Add default tree |