From f242b3b9e2d62cc2263e9e9288c9feb9613e8132 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Thu, 22 Aug 2019 20:51:35 -0400 Subject: Update --- .../darkknight/jewelrycraft/config/ConfigHandler.java | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'src/main/java/darkknight/jewelrycraft/config/ConfigHandler.java') diff --git a/src/main/java/darkknight/jewelrycraft/config/ConfigHandler.java b/src/main/java/darkknight/jewelrycraft/config/ConfigHandler.java index 16cee81..5d7cfcf 100755 --- a/src/main/java/darkknight/jewelrycraft/config/ConfigHandler.java +++ b/src/main/java/darkknight/jewelrycraft/config/ConfigHandler.java @@ -13,24 +13,32 @@ public class ConfigHandler { public static int INGOT_COOLING_TIME; public static int INGOT_MELTING_TIME; + public static int GEM_PLACEMENT_TIME; + public static int RITUAL_TIME; + public static int HEART_DESPAWN_TIME; public static boolean GENERATE_VILLAGE_NETHERSTAR; public static boolean CAN_FURNACE_GENERATE_INGOTS; + public static int MAX_VILLAGE_JEWELERS; public static int JEWELER_WEIGHT; + public static int INGOT_CHEST_MIN; public static int INGOT_CHEST_MAX; public static int INGOT_CHEST_MAX_STACK; + public static int GEM_CHEST_MIN; public static int GEM_CHEST_MAX; + public static int FURNACE_MIN_INGOT_STACK; public static int FURNACE_MAX_INGOT_STACK; public static int MAX_BLACK_HEARTS_PICKUP; public static int MAX_BLUE_HEARTS_PICKUP; + public static boolean CAN_BLUE_HEARTS_SPAWN; public static boolean CAN_BLACK_HEARTS_SPAWN; public static boolean CAN_HOLY_HEARTS_SPAWN; @@ -38,10 +46,13 @@ public class ConfigHandler { public static boolean CRYSTAL_GLOW; public static boolean CRYSTAL_PARTICLES; + public static boolean HEARTS_DESPAWN; + public static boolean JEWELRY_INFO; public static boolean CURSES_ENABLED = true; + public static boolean CURSE_ROTTEN_HEART = true; public static boolean CURSE_FLAMING_SOUL = true; public static boolean CURSE_GREED = true; @@ -55,13 +66,15 @@ public class ConfigHandler { public static boolean CURSE_DEATHS_TOUCH = true; public static boolean CURSE_DOUBLE_DOWN = true; public static boolean CURSE_INCREDIBLE_DEVOTION = true; - public static float DEVOTION_FACTOR = 10.0f; public static boolean CURSE_MONEY_EQUALS_POWER = true; public static boolean CURSE_SCION_OF_HELL = true; + public static float DEVOTION_FACTOR = 10.0f; + public static boolean ENABLE_WORLD_GEN = true; public static boolean ORE_GEN = true; public static boolean CRYSTAL_GEN = true; + public static boolean STRUCTURES[] = { true, true, true, true, true, true }; public static int STRUCTURES_SPAWN_CHANCE[] = { 6, 5, 7, 10, 6, 10 }; -- cgit v1.2.3