diff options
| author | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2013-12-26 02:07:09 +0200 |
|---|---|---|
| committer | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2013-12-26 02:07:09 +0200 |
| commit | f55ff6d1f790f6ac80f5c0c96187dae2e27fb096 (patch) | |
| tree | 407bca337f14efdce3047e0b4147f7bf7d61f93e /common | |
| parent | 386e71a1780c323f1dae0955a2616b81c5991c91 (diff) | |
Changed the id, this should really fix it
Diffstat (limited to 'common')
| -rw-r--r-- | common/darkknight/jewelrycraft/config/ConfigHandler.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/darkknight/jewelrycraft/config/ConfigHandler.java b/common/darkknight/jewelrycraft/config/ConfigHandler.java index e4b87f5..5a9120a 100644 --- a/common/darkknight/jewelrycraft/config/ConfigHandler.java +++ b/common/darkknight/jewelrycraft/config/ConfigHandler.java @@ -14,7 +14,7 @@ public class ConfigHandler public static int idShadowOre = 1750; public static int idSmelter = 1751; - public static int idMolder = 1752; + public static int idMolder = 1754; public static int idJewelCraftingTable = 1753; public static int ingotCoolingTime = 200; |
