Kaynağa Gözat

Added Pitcher_Plants to bonus drops and herbalism experience

nossr50 2 yıl önce
ebeveyn
işleme
6106f70c24

+ 2 - 0
Changelog.txt

@@ -1,9 +1,11 @@
 Version 2.1.219
     Added support for various new things from Minecraft 1.20
     Fixed double drop issue with Beetroots
+    Added 'Pitcher_Plant' 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_Wood' to bonus drops in config.yml
+    Added 'Pitcher_Plant' 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_Wood' to woodcutting experience in experience.yml

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

@@ -464,6 +464,7 @@ Green_Thumb_Replanting_Crops:
 ###
 Bonus_Drops:
     Herbalism:
+        Pitcher_Plant: true
         Pink_Petals: true
         Glow_Berries: true
         Cave_Vines: true

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

@@ -314,6 +314,7 @@ Experience_Values:
         Brown_Mushroom_Block: 70
         Mushroom_Stem: 80
     Herbalism:
+        Pitcher_Plant: 160
         Pink_Petals: 10
         Small_Dripleaf: 140
         Big_Dripleaf: 140