Pārlūkot izejas kodu

add missing beetroot and eyeblossom entries for Herbalism fixes #5154 fixes #5146

nossr50 2 mēneši atpakaļ
vecāks
revīzija
752174ad6d

+ 5 - 0
Changelog.txt

@@ -2,6 +2,11 @@ Version 2.2.032
     Fixed bug where Roll would throw exceptions with certain CMI interactions
     Fixed bug where Roll would throw exceptions with certain CMI interactions
     Blast Mining no longer drops infested block variants
     Blast Mining no longer drops infested block variants
     Reduced bonus drops on Blast Mining and randomized results (see notes)
     Reduced bonus drops on Blast Mining and randomized results (see notes)
+    Added Beetroot to experience.yml for Herbalism
+    Added Open_Eyeblossom to experience.yml for Herbalism
+    Addeed Open_Eyeblossom to config.yml Bonus Drops for Herbalism
+    Added Closed_Eyeblossom to experience.yml for Herbalism
+    Addeed Closed_Eyeblossom to config.yml Bonus Drops for Herbalism
 
 
     NOTES:
     NOTES:
     A balance pass for Blast Mining is coming, but for now, I've reduced the total bonus drops and clamped the yield ceiling as Blast Mining is a bit too good.
     A balance pass for Blast Mining is coming, but for now, I've reduced the total bonus drops and clamped the yield ceiling as Blast Mining is a bit too good.

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

@@ -484,6 +484,8 @@ Green_Thumb_Replanting_Crops:
 Bonus_Drops:
 Bonus_Drops:
     Herbalism:
     Herbalism:
         Eyeblossom: true
         Eyeblossom: true
+        Open_Eyeblossom: true
+        Closed_Eyeblossom: true
         Pitcher_Plant: true
         Pitcher_Plant: true
         Torchflower: true
         Torchflower: true
         Pink_Petals: true
         Pink_Petals: true

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

@@ -331,6 +331,8 @@ Experience_Values:
         Mushroom_Stem: 80
         Mushroom_Stem: 80
     Herbalism:
     Herbalism:
         Eyeblossom: 66
         Eyeblossom: 66
+        Open_Eyeblossom: 66
+        Closed_Eyeblossom: 66
         Pitcher_Plant: 160
         Pitcher_Plant: 160
         Pink_Petals: 10
         Pink_Petals: 10
         Small_Dripleaf: 140
         Small_Dripleaf: 140
@@ -397,6 +399,7 @@ Experience_Values:
         Cocoa: 30
         Cocoa: 30
         Potatoes: 50
         Potatoes: 50
         Wheat: 50
         Wheat: 50
+        Beetroot: 50
         Beetroots: 50
         Beetroots: 50
         Nether_Wart: 50
         Nether_Wart: 50
         Dead_Bush: 30
         Dead_Bush: 30