From 2523487543fdecdea596c13b12414fc6c77fa785 Mon Sep 17 00:00:00 2001 From: Christian Koop Date: Sat, 1 Jul 2023 10:30:16 +0200 Subject: [PATCH] Improve mangrove root detection in the default config --- src/main/resources/config.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 896fe23..8e3a02e 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -385,11 +385,12 @@ trees: leaves: - MANGROVE_LEAVES - MANGROVE_ROOTS + - MOSS_CARPET sapling: MANGROVE_PROPAGULE plantable-soil: [ ] - max-log-distance-from-trunk: 27 - max-leaf-distance-from-log: 5 - search-for-leaves-diagonally: false + max-log-distance-from-trunk: 30 + max-leaf-distance-from-log: 10 + search-for-leaves-diagonally: true drop-original-log: true drop-original-leaf: false log-loot: [ ]