mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-01 16:19:53 +01:00
Add wither rose XP
This commit is contained in:
parent
4627df1160
commit
4bd3f8d6bd
@ -107,6 +107,7 @@ public class ConfigExperienceHerbalism {
|
|||||||
/* END PLANTS */
|
/* END PLANTS */
|
||||||
HERBALISM_EXPERIENCE_DEFAULT.put(Material.CHORUS_PLANT.getKey().toString(), 1);
|
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.CHORUS_FLOWER.getKey().toString(), 25);
|
||||||
|
HERBALISM_EXPERIENCE_DEFAULT.put(Material.WITHER_ROSE.getKey().toString(), 500);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Setting(value = "Herbalism-Experience")
|
@Setting(value = "Herbalism-Experience")
|
||||||
|
Loading…
Reference in New Issue
Block a user