From 0d0c68f70b95249260e0045aa199d6cb56b94df5 Mon Sep 17 00:00:00 2001 From: ayutac Date: Thu, 18 May 2023 17:48:13 +0200 Subject: [PATCH] Made vanilla recipe unlock the default. This was overdue. --- src/main/java/techreborn/config/TechRebornConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/techreborn/config/TechRebornConfig.java b/src/main/java/techreborn/config/TechRebornConfig.java index dcda5d7a5..029c6215d 100644 --- a/src/main/java/techreborn/config/TechRebornConfig.java +++ b/src/main/java/techreborn/config/TechRebornConfig.java @@ -671,7 +671,7 @@ public class TechRebornConfig { public static boolean allowManualRefund = true; @Config(config = "misc", category = "general", key = "vanillaUnlockRecipes", comment = "Enable recipe unlocks only with vanilla mechanic, instead of getting all of them at once") - public static boolean vanillaUnlockRecipes = false; + public static boolean vanillaUnlockRecipes = true; @Config(config = "misc", category = "nuke", key = "fusetime", comment = "Nuke fuse time (ticks)") public static int nukeFuseTime = 400;