Add expensive quarry recipe back in.

This commit is contained in:
modmuss50 2017-06-02 15:44:00 +01:00
parent 3a6724b6f4
commit a6d0e57d10
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82
5 changed files with 101 additions and 1 deletions

View file

@ -118,6 +118,7 @@ public class ConfigTechReborn {
public static boolean ExpensiveWatermill;
public static boolean ExpensiveWindmill;
public static boolean REMOVE_DUPLICATES;
public static boolean ExpensiveQuarry;
// UU
public static boolean HideUuRecipes;
public static boolean UUrecipesIridiamOre;
@ -438,6 +439,10 @@ public class ConfigTechReborn {
.get(CATEGORY_CRAFTING, "Remove Duplicates when IC2 is installed", false, "This attempts to fully integrate TR with ic2 recipes (Beta)")
.getBoolean(false);
ExpensiveQuarry = config
.get(CATEGORY_CRAFTING, "Expensive Buildcraft quarry", true, "Change the buildcraft quarry recipe to require the diamond drill")
.getBoolean(true);
disableRailcraftSteelNuggetRecipe = config.get(CATEGORY_CRAFTING, "Disable Railcraft's Steel nugget recipe", false, "When true TechReborn will remove Railcrafts Iron Nugget to steel nuggert recipe.").getBoolean(false);
// Uu