From 490f55388d3cda8f968c740ba7a003ec1fb699c1 Mon Sep 17 00:00:00 2001 From: Christian Koop Date: Sat, 1 Jul 2023 10:18:14 +0200 Subject: [PATCH] Adds cherry trees to the default config --- src/main/resources/config.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 9e599e7..558a991 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -350,6 +350,32 @@ trees: entire-tree-loot: [ ] required-tools: [ ] required-axe: false + cherry: + logs: + - CHERRY_LOG + - STRIPPED_CHERRY_LOG + - CHERRY_WOOD + - STRIPPED_CHERRY_WOOD + leaves: + - CHERRY_LEAVES + sapling: CHERRY_SAPLING + plantable-soil: [ ] + max-log-distance-from-trunk: 10 + max-leaf-distance-from-log: 6 + search-for-leaves-diagonally: false + drop-original-log: true + drop-original-leaf: false + log-loot: [ ] + leaf-loot: + 0: + material: CHERRY_SAPLING + chance: 5 + 1: + material: STICK + chance: 2.5 + entire-tree-loot: [ ] + required-tools: [ ] + required-axe: false mangrove: logs: - MANGROVE_LOG