浏览代码

Added Torchflower to herbalism experience and bonus drops

nossr50 2 年之前
父节点
当前提交
ae961caeab
共有 3 个文件被更改,包括 4 次插入0 次删除
  1. 2 0
      Changelog.txt
  2. 1 0
      src/main/resources/config.yml
  3. 1 0
      src/main/resources/experience.yml

+ 2 - 0
Changelog.txt

@@ -2,11 +2,13 @@ Version 2.1.219
     Added support for various new things from Minecraft 1.20
     Added support for various new things from Minecraft 1.20
     Fixed double drop issue with Beetroots
     Fixed double drop issue with Beetroots
     Added 'Pitcher_Plant' to bonus drops in config.yml
     Added 'Pitcher_Plant' to bonus drops in config.yml
+    Added 'Torchflower' to bonus drops in config.yml
     Added 'Pink_Petals' to bonus drops in config.yml
     Added 'Pink_Petals' to bonus drops in config.yml
     Added 'Cherry_Log' 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 'Cherry_Wood' to bonus drops in config.yml
     Added 'Sniffer' to combat experience in experience.yml
     Added 'Sniffer' to combat experience in experience.yml
     Added 'Snifflet' to combat experience in experience.yml
     Added 'Snifflet' to combat experience in experience.yml
+    Added 'Torchflower' to herbalism experience in experience.yml
     Added 'Pitcher_Plant' to herbalism experience in experience.yml
     Added 'Pitcher_Plant' to herbalism experience in experience.yml
     Added 'Pink_Petals' to herbalism experience in experience.yml
     Added 'Pink_Petals' to herbalism experience in experience.yml
     Added 'Cherry_Log' to woodcutting experience in experience.yml
     Added 'Cherry_Log' to woodcutting experience in experience.yml

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

@@ -465,6 +465,7 @@ Green_Thumb_Replanting_Crops:
 Bonus_Drops:
 Bonus_Drops:
     Herbalism:
     Herbalism:
         Pitcher_Plant: true
         Pitcher_Plant: true
+        Torchflower: true
         Pink_Petals: true
         Pink_Petals: true
         Glow_Berries: true
         Glow_Berries: true
         Cave_Vines: true
         Cave_Vines: true

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

@@ -407,6 +407,7 @@ Experience_Values:
         Cornflower: 150
         Cornflower: 150
         Lily_Of_The_Valley: 150
         Lily_Of_The_Valley: 150
         Wither_Rose: 500
         Wither_Rose: 500
+        Torchflower: 90
     Mining:
     Mining:
         Sculk: 4
         Sculk: 4
         Sculk_Vein: 3
         Sculk_Vein: 3