From cd56b1630738397247f9299ca524dfc58990b3c8 Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Thu, 26 Dec 2013 22:52:08 +0200 Subject: Invisibility and jump boost ring, that nullifies fall damage and a cool new block! --- 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 5a9120a..d23d358 100644 --- a/common/darkknight/jewelrycraft/config/ConfigHandler.java +++ b/common/darkknight/jewelrycraft/config/ConfigHandler.java @@ -14,8 +14,9 @@ public class ConfigHandler public static int idShadowOre = 1750; public static int idSmelter = 1751; - public static int idMolder = 1754; + public static int idDisplayer = 1752; public static int idJewelCraftingTable = 1753; + public static int idMolder = 1754; public static int ingotCoolingTime = 200; public static int ingotMeltingTime = 1500; @@ -40,6 +41,7 @@ public class ConfigHandler idShadowOre = config.getBlock("Shadow Ore", idShadowOre).getInt(); idSmelter = config.getBlock("Smelter", idSmelter).getInt(); idMolder = config.getBlock("Molder", idMolder).getInt(); + idDisplayer = config.getBlock("Displayer", idDisplayer).getInt(); idJewelCraftingTable = config.getBlock("Jeweler's Crafting Table", idJewelCraftingTable).getInt(); ingotCoolingTime = config.get("timers", "Molder Ingot Cooling Time", ingotCoolingTime).getInt(); -- cgit v1.2.3