mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 02:04:44 +02:00
Add wither rose XP
This commit is contained in:
@ -107,6 +107,7 @@ public class ConfigExperienceHerbalism {
|
||||
/* END PLANTS */
|
||||
HERBALISM_EXPERIENCE_DEFAULT.put(Material.CHORUS_PLANT.getKey().toString(), 1);
|
||||
HERBALISM_EXPERIENCE_DEFAULT.put(Material.CHORUS_FLOWER.getKey().toString(), 25);
|
||||
HERBALISM_EXPERIENCE_DEFAULT.put(Material.WITHER_ROSE.getKey().toString(), 500);
|
||||
}
|
||||
|
||||
@Setting(value = "Herbalism-Experience")
|
||||
|
Reference in New Issue
Block a user