Skip to content

Commit

Permalink
change config value to default from feature branch
Browse files Browse the repository at this point in the history
  • Loading branch information
progwml6 committed Apr 18, 2014
1 parent 89ee007 commit 44679e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tconstruct/util/config/PHConstruct.java
Expand Up @@ -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;
Expand Down

0 comments on commit 44679e2

Please sign in to comment.