From 4d0e0e8de72bda8543a888082a93b1e56f13856b Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Sat, 8 Feb 2014 03:03:22 +0200 Subject: Added a new block and implemented an on/off "switch" for the rings that give buffs, also working on balancing the rings --- common/darkknight/jewelrycraft/config/ConfigHandler.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'common/darkknight/jewelrycraft/config/ConfigHandler.java') diff --git a/common/darkknight/jewelrycraft/config/ConfigHandler.java b/common/darkknight/jewelrycraft/config/ConfigHandler.java index cba8759..648d0bd 100644 --- a/common/darkknight/jewelrycraft/config/ConfigHandler.java +++ b/common/darkknight/jewelrycraft/config/ConfigHandler.java @@ -17,7 +17,8 @@ public class ConfigHandler public static int idDisplayer = 1752; public static int idJewelCraftingTable = 1753; public static int idMolder = 1754; - public static int idGlow = 1755; + public static int idGlow = 1755; + public static int idShadowBlock = 1756; public static int ingotCoolingTime = 200; public static int ingotMeltingTime = 1500; @@ -40,6 +41,7 @@ public class ConfigHandler idRing = config.getItem("Ring", idRing).getInt(); idShadowOre = config.getBlock("Shadow Ore", idShadowOre).getInt(); + idShadowBlock = config.getBlock("Shadow Block", idShadowBlock).getInt(); idSmelter = config.getBlock("Smelter", idSmelter).getInt(); idMolder = config.getBlock("Molder", idMolder).getInt(); idDisplayer = config.getBlock("Displayer", idDisplayer).getInt(); -- cgit v1.2.3