diff options
| author | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2013-12-26 22:52:08 +0200 |
|---|---|---|
| committer | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2013-12-26 22:52:08 +0200 |
| commit | cd56b1630738397247f9299ca524dfc58990b3c8 (patch) | |
| tree | 585d096cc2106038527c9ec9f7c516269543c732 /common/darkknight/jewelrycraft/config/ConfigHandler.java | |
| parent | f55ff6d1f790f6ac80f5c0c96187dae2e27fb096 (diff) | |
Invisibility and jump boost ring, that nullifies fall damage and a cool new block!
Diffstat (limited to 'common/darkknight/jewelrycraft/config/ConfigHandler.java')
| -rw-r--r-- | common/darkknight/jewelrycraft/config/ConfigHandler.java | 4 |
1 files changed, 3 insertions, 1 deletions
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(); |
