From 9075a22c3e303699db18062ebfc0159cace27c29 Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Thu, 6 Feb 2014 21:44:28 +0200 Subject: Weeee! New awesome block! --- common/darkknight/jewelrycraft/config/ConfigHandler.java | 2 ++ 1 file changed, 2 insertions(+) (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 d23d358..cba8759 100644 --- a/common/darkknight/jewelrycraft/config/ConfigHandler.java +++ b/common/darkknight/jewelrycraft/config/ConfigHandler.java @@ -17,6 +17,7 @@ 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 ingotCoolingTime = 200; public static int ingotMeltingTime = 1500; @@ -43,6 +44,7 @@ public class ConfigHandler idMolder = config.getBlock("Molder", idMolder).getInt(); idDisplayer = config.getBlock("Displayer", idDisplayer).getInt(); idJewelCraftingTable = config.getBlock("Jeweler's Crafting Table", idJewelCraftingTable).getInt(); + idGlow = config.getBlock("Glow", idGlow).getInt(); ingotCoolingTime = config.get("timers", "Molder Ingot Cooling Time", ingotCoolingTime).getInt(); ingotMeltingTime = config.get("timers", "Ingot Melting Time", ingotMeltingTime).getInt(); -- cgit v1.2.3