From 6b3d3c6026866278421cba48122cf2aa9b0a3f45 Mon Sep 17 00:00:00 2001 From: proller Date: Mon, 16 Oct 2023 11:03:33 +0200 Subject: [PATCH] Tune tree grow --- src/content_abm_grow_tree.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content_abm_grow_tree.cpp b/src/content_abm_grow_tree.cpp index cc954d8cc..d6a608958 100644 --- a/src/content_abm_grow_tree.cpp +++ b/src/content_abm_grow_tree.cpp @@ -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;