mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-29 20:09:14 +00:00
1.2.7
This commit is contained in:
@@ -41,6 +41,7 @@ public class ConfigManager {
|
||||
public static double vanillaLootRatio;
|
||||
public static double mcMMOLootChance;
|
||||
public static boolean needRodToFish;
|
||||
public static boolean needRodForLoot;
|
||||
public static boolean rodLoseDurability;
|
||||
public static boolean enableCompetition;
|
||||
public static boolean disableJobsXp;
|
||||
@@ -105,6 +106,7 @@ public class ConfigManager {
|
||||
enableMcMMOLoot = config.getBoolean("mechanics.other-loots.mcMMO.enable", false);
|
||||
mcMMOLootChance = config.getDouble("mechanics.other-loots.mcMMO.chance", 0.5);
|
||||
needRodToFish = config.getBoolean("mechanics.need-special-rod-to-fish", false);
|
||||
needRodForLoot = config.getBoolean("mechanics.need-special-rod-for-loots", false);
|
||||
rodLoseDurability = config.getBoolean("mechanics.rod-lose-durability", true);
|
||||
enableCompetition = config.getBoolean("mechanics.fishing-competition.enable", true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user