Added option to config.yml to override vanilla Minecraft treasures

This commit is contained in:
TfT_02
2014-02-15 11:55:36 +01:00
parent 42a8eb2d1d
commit 7ef34de91d
4 changed files with 10 additions and 0 deletions

View File

@ -432,6 +432,7 @@ public class Config extends AutoUpdateConfigLoader {
/* Fishing */
public boolean getFishingDropsEnabled() { return config.getBoolean("Skills.Fishing.Drops_Enabled", true); }
public boolean getFishingOverrideTreasures() { return config.getBoolean("Skills.Fishing.Override_Vanilla_Treasures", true); }
public boolean getFishingExtraFish() { return config.getBoolean("Skills.Fishing.Extra_Fish", true); }
/* Mining */