From 20b124a990723e4b1082cbbf80a75233a149f0a8 Mon Sep 17 00:00:00 2001 From: Esophose Date: Thu, 2 May 2019 18:38:29 -0600 Subject: [PATCH] Jungle range --- UltimateTimber/Plugin/src/main/resources/config-current.yml | 2 +- UltimateTimber/Plugin/src/main/resources/config-legacy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/UltimateTimber/Plugin/src/main/resources/config-current.yml b/UltimateTimber/Plugin/src/main/resources/config-current.yml index 443462e..addf49b 100644 --- a/UltimateTimber/Plugin/src/main/resources/config-current.yml +++ b/UltimateTimber/Plugin/src/main/resources/config-current.yml @@ -259,7 +259,7 @@ trees: - JUNGLE_LEAVES sapling: JUNGLE_SAPLING plantable-soil: [] - max-log-distance-from-trunk: 5 + max-log-distance-from-trunk: 6 max-leaf-distance-from-log: 6 search-for-leaves-diagonally: false drop-original-log: true diff --git a/UltimateTimber/Plugin/src/main/resources/config-legacy.yml b/UltimateTimber/Plugin/src/main/resources/config-legacy.yml index 1a472b0..9eb2a5d 100644 --- a/UltimateTimber/Plugin/src/main/resources/config-legacy.yml +++ b/UltimateTimber/Plugin/src/main/resources/config-legacy.yml @@ -248,7 +248,7 @@ trees: - LEAVES:3,7,11,15 sapling: SAPLING:3 plantable-soil: [] - max-log-distance-from-trunk: 5 + max-log-distance-from-trunk: 6 max-leaf-distance-from-log: 6 search-for-leaves-diagonally: false drop-original-log: true