From 36d0df1c544812da2641e1c709a0c7b87c2ae98c Mon Sep 17 00:00:00 2001 From: nossr50 Date: Mon, 22 Jun 2020 03:01:28 -0700 Subject: [PATCH] Add Redstone Dust to bonus drops --- Changelog.txt | 2 ++ src/main/resources/config.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/Changelog.txt b/Changelog.txt index 2b86bbbdf..6c9e8b53f 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -14,11 +14,13 @@ Version 2.1.129 Added Stripped Warped Hyphae to Woodcutting experience tables Added Shroomlight to Herbalism experience tables Added Zoglin to combat experience tables + Added Redstone Dust to bonus drops for Mining ( edit config.yml ) Lodestone will now be ignored for activating abilities Respawn Anchor will now be ignored for activating abilities Soul Campfire will now be ignored for activating abilities Edit your experience.yml or delete it to generate a new one + Edit config.yml and add Redstone_Dust under bonus drops for Mining, you could delete it to generate a new one but MySQL data is stored here Version 2.1.128 The first rank of Iron Arm for Unarmed now only gives 1.5 bonus damage instead of 4 (other ranks are the same as before) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 9f1a35414..539a48505 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -496,6 +496,7 @@ Bonus_Drops: Nether_Quartz: true Redstone_Ore: true Redstone: true + Redstone_Dust: true Sandstone: true Stone: true Cobblestone: true