mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 03:04:44 +02:00
Tweak archaeology numbers
This commit is contained in:
@ -61,7 +61,7 @@ public class ExcavationManager extends SkillManager {
|
||||
}
|
||||
|
||||
public int getExperienceOrbsReward() {
|
||||
return 5 * getArchaeologyRank();
|
||||
return 1 * getArchaeologyRank();
|
||||
}
|
||||
|
||||
public double getArchaelogyExperienceOrbChance() {
|
||||
|
Reference in New Issue
Block a user