From 100a7f8a8f178c486d7076f24aa64ea0624bd33c Mon Sep 17 00:00:00 2001 From: nossr50 Date: Sun, 2 Apr 2023 20:02:32 -0700 Subject: [PATCH] Added pink_petals, cherry_wood, and cherry_log to bonus drops in config.yml --- Changelog.txt | 3 +++ src/main/resources/config.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/Changelog.txt b/Changelog.txt index c14e69f63..412c45aed 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,6 +1,9 @@ Version 2.1.219 Added support for various new things from Minecraft 1.20 Fixed double drop issue with Beetroots + Added 'Pink_Petals' to bonus drops in config.yml + Added 'Cherry_Log' to bonus drops in config.yml + Added 'Cherry_Wood' to bonus drops in config.yml Added 'Pink_Petals' to herbalism experience in experience.yml Added 'Cherry_Log' to woodcutting experience in experience.yml Added 'Cherry_Wood' to woodcutting experience in experience.yml diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 4bf2c25a2..711d2f40c 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -464,6 +464,7 @@ Green_Thumb_Replanting_Crops: ### Bonus_Drops: Herbalism: + Pink_Petals: true Glow_Berries: true Cave_Vines: true Cave_Vines_Plant: true @@ -601,6 +602,8 @@ Bonus_Drops: Acacia_Log: true Birch_Wood: true Birch_Log: true + Cherry_Wood: true + Cherry_Log: true Dark_Oak_Wood: true Dark_Oak_Log: true Oak_Wood: true