diff --git a/src/main/java/tconstruct/util/config/PHConstruct.java b/src/main/java/tconstruct/util/config/PHConstruct.java index a6b27dfd411..104eab6ce46 100644 --- a/src/main/java/tconstruct/util/config/PHConstruct.java +++ b/src/main/java/tconstruct/util/config/PHConstruct.java @@ -53,7 +53,7 @@ public static void initProps (File confFile) ingotsManyullynAlloy = config.get("Smeltery Output Modification", "Manyullyn ingot return", 1, "Number of ingots returned from smelting Manyullyn in the smeltery").getDouble(1); ingotsPigironAlloy = config.get("Smeltery Output Modification", "Pig Iron ingot return", 1, "Number of ingots returned from smelting Pig Iron in the smeltery").getDouble(1); - exoCraftingEnabled = config.get("Equipables", "Exo-Armor-Craftable", false).getBoolean(false); + exoCraftingEnabled = config.get("Equipables", "Exo-Armor-Craftable", true).getBoolean(true); capesEnabled = config.get("Superfun", "Enable-TCon-Capes", true).getBoolean(true); boolean ic2 = true;