mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-30 20:39:18 +00:00
1.2.4
This commit is contained in:
@@ -70,6 +70,7 @@ public class ConfigManager {
|
||||
public static boolean addTagToFish;
|
||||
public static boolean logEarning;
|
||||
public static boolean vaultHook;
|
||||
public static boolean disableBar;
|
||||
public static String fishingBagTitle;
|
||||
public static HashSet<Material> bagWhiteListItems;
|
||||
|
||||
@@ -94,6 +95,7 @@ public class ConfigManager {
|
||||
}
|
||||
worlds = worldList.toArray(new World[0]);
|
||||
|
||||
disableBar = config.getBoolean("mechanics.disable-bar-mechanic", false);
|
||||
alwaysFishingBar = config.getBoolean("mechanics.other-loots.fishing-bar", true);
|
||||
otherLootBar = config.getBoolean("mechanics.other-loots.fishing-bar", true);
|
||||
enableVanillaLoot = config.getBoolean("mechanics.other-loots.vanilla.enable", true);
|
||||
|
||||
Reference in New Issue
Block a user