mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Nerf Herbalism XP from Tall Grass
This commit is contained in:
parent
c744974192
commit
70a1eea231
@ -266,13 +266,13 @@ public class ExperienceConfig extends AutoUpdateConfigLoader {
|
|||||||
else if (type == Material.LONG_GRASS) {
|
else if (type == Material.LONG_GRASS) {
|
||||||
switch (((LongGrass) data).getSpecies()) {
|
switch (((LongGrass) data).getSpecies()) {
|
||||||
case DEAD:
|
case DEAD:
|
||||||
return config.getInt("Experience.Herbalism.Dead_Bush", 100);
|
return config.getInt("Experience.Herbalism.Dead_Bush", 30);
|
||||||
|
|
||||||
case FERN_LIKE:
|
case FERN_LIKE:
|
||||||
return config.getInt("Experience.Herbalism.Small_Fern", 100);
|
return config.getInt("Experience.Herbalism.Small_Fern", 10);
|
||||||
|
|
||||||
case NORMAL:
|
case NORMAL:
|
||||||
return config.getInt("Experience.Herbalism.Small_Grass", 100);
|
return config.getInt("Experience.Herbalism.Small_Grass", 10);
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return 0;
|
return 0;
|
||||||
|
@ -115,7 +115,7 @@ Experience:
|
|||||||
Carrot: 50
|
Carrot: 50
|
||||||
Cocoa: 30
|
Cocoa: 30
|
||||||
Crops: 50
|
Crops: 50
|
||||||
Dead_Bush: 100
|
Dead_Bush: 30
|
||||||
Lilac: 50
|
Lilac: 50
|
||||||
Melon_Block: 20
|
Melon_Block: 20
|
||||||
Nether_Warts: 50
|
Nether_Warts: 50
|
||||||
@ -129,8 +129,8 @@ Experience:
|
|||||||
Red_Mushroom: 150
|
Red_Mushroom: 150
|
||||||
Red_Tulip: 150
|
Red_Tulip: 150
|
||||||
Rose_Bush: 50
|
Rose_Bush: 50
|
||||||
Small_Fern: 100
|
Small_Fern: 10
|
||||||
Small_Grass: 100
|
Small_Grass: 10
|
||||||
Sugar_Cane_Block: 30
|
Sugar_Cane_Block: 30
|
||||||
Sunflower: 50
|
Sunflower: 50
|
||||||
Tall_Grass: 50
|
Tall_Grass: 50
|
||||||
|
Loading…
Reference in New Issue
Block a user