diff --git a/Changelog.txt b/Changelog.txt index 4088acf26..23c477add 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,4 +1,34 @@ Version 2.1.131 + Added Basalt to Bonus Drops for Mining in config.yml (see notes) + Added Polished Basalt to Bonus Drops for Mining in config.yml (see notes) + Added Blackstone to Bonus Drops for Mining in config.yml (see notes) + Added Chain to Bonus Drops for Mining in config.yml (see notes) + Added Nether Bricks to Bonus Drops for Mining in config.yml (see notes) + Added Red Nether Bricks to Bonus Drops for Mining in config.yml (see notes) + Added Cracked Nether Bricks to Bonus Drops for Mining in config.yml (see notes) + Added Chiseled Nether Bricks to Bonus Drops for Mining in config.yml (see notes) + Added Crying Obsidian to Bonus Drops for Mining in config.yml (see notes) + Added Gilded Blackstone to Bonus Drops for Mining in config.yml (see notes) + Added Warped Roots to Bonus Drops for Herbalism in config.yml (see notes) + Added Warped Stem to Bonus Drops for Herbalism in config.yml (see notes) + Added Crimson Roots to Bonus Drops for Herbalism in config.yml (see notes) + Added Crimson Stem to Bonus Drops for Herbalism in config.yml (see notes) + Added Shroomlight to Bonus Drops for Herbalism in config.yml (see notes) + Added Twisting Vines to Bonus Drops for Herbalism in config.yml (see notes) + Added Nether Wart Block to Bonus Drops for Herbalism in config.yml (see notes) + Added Warped Wart Block to Bonus Drops for Herbalism in config.yml (see notes) + Added Weeping Vines to Bonus Drops for Herbalism in config.yml (see notes) + Added Crimson Hyphae to Bonus Drops for Woodcutting in config.yml (see notes) + Added Stripped Crimson Hyphae to Bonus Drops for Woodcutting in config.yml (see notes) + Added Warped Hyphae to Bonus Drops for Woodcutting in config.yml (see notes) + Added Stripped Warped Hyphae to Bonus Drops for Woodcutting in config.yml (see notes) + + Added Red Nether Bricks to Experience tables for Mining in experience.yml (see notes) + + NOTES: + + This update adds an array of missing entries for bonus drops, without these entries double drops on these items/blocks will not happen. + Version 2.1.130 Fixed a bug that prevented Repair from working on the new Netherite weapons/armors diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 539a48505..9306f5d8f 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -427,6 +427,15 @@ Skills: ### Bonus_Drops: Herbalism: + Weeping_Vines: true + Twisting_Vines: true + Shroomlight: true + Crimson_Stem: true + Warped_Stem: true + Crimson_Roots: true + Warped_Roots: true + Nether_Wart_Block: true + Warped_Wart_Block: true Bamboo_Sapling: true Crimson_Fungus: true Warped_Fungus: true @@ -467,6 +476,17 @@ Bonus_Drops: Peony: true Lily_Of_The_Valley: true Mining: + Gilded_Blackstone: true + Crying_Obsidian: true + Nether_Bricks: true + Red_Nether_Bricks: true + Cracked_Nether_Bricks: true + Chiseled_Nether_Bricks: true + Chain: true + Blackstone: true + Basalt: true + Polished_Basalt: true + Nether_Gold_Ore: true Warped_Nylium: true Crimson_Nylium: true Ancient_Debris: true @@ -501,6 +521,10 @@ Bonus_Drops: Stone: true Cobblestone: true Woodcutting: + Crimson_Hyphae: true + Warped_Hyphae: true + Stripped_Crimson_Hyphae: true + Stripped_Warped_Hyphae: true Shroomlight: true Crimson_Stem: true Warped_Stem: true diff --git a/src/main/resources/experience.yml b/src/main/resources/experience.yml index b70891392..3600c29ce 100644 --- a/src/main/resources/experience.yml +++ b/src/main/resources/experience.yml @@ -393,6 +393,7 @@ Experience_Values: Chiseled_Nether_Bricks: 50 Cracked_Nether_Bricks: 50 Nether_Bricks: 50 + Red_Nether_Bricks: 50 End_Stone: 15 Glowstone: 15 Gold_Ore: 1300