Fixing merge conflicts

This commit is contained in:
nossr50
2019-04-03 17:25:18 -07:00
15 changed files with 710 additions and 642 deletions

View File

@ -424,7 +424,6 @@ public abstract class Config implements VersionedConfig, Unload {
{
return userRootNode.getNode(path).getInt();
}
/**
* Grabs a double from the specified node
* @param path

View File

@ -226,6 +226,9 @@ public class ExperienceConfig extends ConfigValidated {
return getBooleanValue(EXPLOIT_FIX, ENDERMAN_ENDERMITE_FARMS);
}
/* public boolean isFishingExploitingPrevented() { return config.getBoolean("ExploitFix.Fishing", true); }
public boolean isAcrobaticsExploitingPrevented() { return config.getBoolean("ExploitFix.Acrobatics", true); }*/
/* Curve settings */
public FormulaType getFormulaType() {
return FormulaType.getFormulaType(getStringValue(EXPERIENCE_FORMULA, CURVE));