Nerf Herbalism XP from Tall Grass

This commit is contained in:
TfT_02 2014-02-15 12:08:05 +01:00
parent c744974192
commit 70a1eea231
2 changed files with 6 additions and 6 deletions

View File

@ -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;

View File

@ -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