Skip to content

Commit

Permalink
Tune tree grow
Browse files Browse the repository at this point in the history
  • Loading branch information
proller committed Oct 16, 2023
1 parent 56254ac commit 6b3d3c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content_abm_grow_tree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ class GrowTree : public ActiveBlockModifier

if (!(nb.is_any_leaves || nb.cf->buildable_to || nb.is_liquid ||
nb.is_soil || nb.cf->groups.contains("sand") ||
nb.cf->groups.contains("sapling") ||
nb.cf->groups.contains("fruit")))
// || nb.is_fruit
return false;
Expand Down

0 comments on commit 6b3d3c6

Please sign in to comment.