From 7d39c8d967e81c9cf2fcb834de5bda6a2ed6dccb Mon Sep 17 00:00:00 2001 From: Niko Date: Mon, 13 Dec 2021 19:59:11 +0200 Subject: [PATCH 1/3] Add azalea trees | Add rooted dirt as global plantable soil --- UltimateTimber/Plugin/resources/config.yml | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/UltimateTimber/Plugin/resources/config.yml b/UltimateTimber/Plugin/resources/config.yml index d3eb00e..4b84445 100644 --- a/UltimateTimber/Plugin/resources/config.yml +++ b/UltimateTimber/Plugin/resources/config.yml @@ -326,6 +326,30 @@ trees: entire-tree-loot: [] required-tools: [] required-axe: false + azalea: + logs: + - OAK_LOG + - STRIPPED_OAK_LOG + - OAK_WOOD + - STRIPPED_OAK_WOOD + leaves: + - AZALEA_LEAVES + - FLOWERING_AZALEA_LEAVES + sapling: AZALEA + plantable-soil: [ ] + max-log-distance-from-trunk: 3 + max-leaf-distance-from-log: 4 + search-for-leaves-diagonally: true + drop-original-log: true + drop-original-leaf: false + log-loot: [ ] + leaf-loot: + 0: + material: AZALEA + chance: 5 + entire-tree-loot: [ ] + required-tools: [ ] + required-axe: false brown_mushroom: logs: - MUSHROOM_STEM @@ -419,6 +443,7 @@ global-plantable-soil: - DIRT - COARSE_DIRT - PODZOL + - ROOTED_DIRT # Custom loot that is available for all tree types # The loot applies to each log broken in the tree From a97feabe7479f852ab16e7be86113e2c2ba53eba Mon Sep 17 00:00:00 2001 From: Christian Koop Date: Sun, 30 Jan 2022 12:09:29 +0100 Subject: [PATCH 2/3] Updates SongodaCore to v2.6.11 --- UltimateTimber/Core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UltimateTimber/Core/pom.xml b/UltimateTimber/Core/pom.xml index 6ac3edc..c78dbf5 100644 --- a/UltimateTimber/Core/pom.xml +++ b/UltimateTimber/Core/pom.xml @@ -22,7 +22,7 @@ com.songoda SongodaCore - 2.6.4 + 2.6.11 compile From 23bd964898fb5cef2488ea6449432ea6f821dbb6 Mon Sep 17 00:00:00 2001 From: Christian Koop Date: Sun, 30 Jan 2022 12:14:36 +0100 Subject: [PATCH 3/3] Version 2.3.1 --- UltimateTimber/Core/pom.xml | 2 +- UltimateTimber/Plugin/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/UltimateTimber/Core/pom.xml b/UltimateTimber/Core/pom.xml index c78dbf5..1c3fd12 100644 --- a/UltimateTimber/Core/pom.xml +++ b/UltimateTimber/Core/pom.xml @@ -4,7 +4,7 @@ com.songoda UltimateTimber - 2.3.0 + 2.3.1 ../../pom.xml diff --git a/UltimateTimber/Plugin/pom.xml b/UltimateTimber/Plugin/pom.xml index 871e744..45443f9 100644 --- a/UltimateTimber/Plugin/pom.xml +++ b/UltimateTimber/Plugin/pom.xml @@ -4,7 +4,7 @@ com.songoda UltimateTimber - 2.3.0 + 2.3.1 ../../pom.xml diff --git a/pom.xml b/pom.xml index 0e2b28e..3338076 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.songoda UltimateTimber - 2.3.0 + 2.3.1 pom