mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 05:06:45 +01:00
Added Pitcher_Plants to bonus drops and herbalism experience
This commit is contained in:
parent
100a7f8a8f
commit
6106f70c24
@ -1,9 +1,11 @@
|
|||||||
Version 2.1.219
|
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 '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 '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
|
||||||
Added 'Cherry_Wood' to woodcutting experience in experience.yml
|
Added 'Cherry_Wood' to woodcutting experience in experience.yml
|
||||||
|
@ -464,6 +464,7 @@ Green_Thumb_Replanting_Crops:
|
|||||||
###
|
###
|
||||||
Bonus_Drops:
|
Bonus_Drops:
|
||||||
Herbalism:
|
Herbalism:
|
||||||
|
Pitcher_Plant: true
|
||||||
Pink_Petals: true
|
Pink_Petals: true
|
||||||
Glow_Berries: true
|
Glow_Berries: true
|
||||||
Cave_Vines: true
|
Cave_Vines: true
|
||||||
|
@ -314,6 +314,7 @@ Experience_Values:
|
|||||||
Brown_Mushroom_Block: 70
|
Brown_Mushroom_Block: 70
|
||||||
Mushroom_Stem: 80
|
Mushroom_Stem: 80
|
||||||
Herbalism:
|
Herbalism:
|
||||||
|
Pitcher_Plant: 160
|
||||||
Pink_Petals: 10
|
Pink_Petals: 10
|
||||||
Small_Dripleaf: 140
|
Small_Dripleaf: 140
|
||||||
Big_Dripleaf: 140
|
Big_Dripleaf: 140
|
||||||
|
Loading…
Reference in New Issue
Block a user