Browse Source

Missing 1.16 bonus drop entries

nossr50 5 years ago
parent
commit
4638f22ade
3 changed files with 55 additions and 0 deletions
  1. 30 0
      Changelog.txt
  2. 24 0
      src/main/resources/config.yml
  3. 1 0
      src/main/resources/experience.yml

+ 30 - 0
Changelog.txt

@@ -1,4 +1,34 @@
 Version 2.1.131
 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
 Version 2.1.130
     Fixed a bug that prevented Repair from working on the new Netherite weapons/armors
     Fixed a bug that prevented Repair from working on the new Netherite weapons/armors

+ 24 - 0
src/main/resources/config.yml

@@ -427,6 +427,15 @@ Skills:
 ###
 ###
 Bonus_Drops:
 Bonus_Drops:
     Herbalism:
     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
         Bamboo_Sapling: true
         Crimson_Fungus: true
         Crimson_Fungus: true
         Warped_Fungus: true
         Warped_Fungus: true
@@ -467,6 +476,17 @@ Bonus_Drops:
         Peony: true
         Peony: true
         Lily_Of_The_Valley: true
         Lily_Of_The_Valley: true
     Mining:
     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
         Warped_Nylium: true
         Crimson_Nylium: true
         Crimson_Nylium: true
         Ancient_Debris: true
         Ancient_Debris: true
@@ -501,6 +521,10 @@ Bonus_Drops:
         Stone: true
         Stone: true
         Cobblestone: true
         Cobblestone: true
     Woodcutting:
     Woodcutting:
+        Crimson_Hyphae: true
+        Warped_Hyphae: true
+        Stripped_Crimson_Hyphae: true
+        Stripped_Warped_Hyphae: true
         Shroomlight: true
         Shroomlight: true
         Crimson_Stem: true
         Crimson_Stem: true
         Warped_Stem: true
         Warped_Stem: true

+ 1 - 0
src/main/resources/experience.yml

@@ -393,6 +393,7 @@ Experience_Values:
         Chiseled_Nether_Bricks: 50
         Chiseled_Nether_Bricks: 50
         Cracked_Nether_Bricks: 50
         Cracked_Nether_Bricks: 50
         Nether_Bricks: 50
         Nether_Bricks: 50
+        Red_Nether_Bricks: 50
         End_Stone: 15
         End_Stone: 15
         Glowstone: 15
         Glowstone: 15
         Gold_Ore: 1300
         Gold_Ore: 1300