Made vanilla recipe unlock the default.

This was overdue.
This commit is contained in:
ayutac 2023-05-18 17:48:13 +02:00 committed by modmuss
parent 91df771011
commit 0d0c68f70b

View file

@ -671,7 +671,7 @@ public class TechRebornConfig {
public static boolean allowManualRefund = true; 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") @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)") @Config(config = "misc", category = "nuke", key = "fusetime", comment = "Nuke fuse time (ticks)")
public static int nukeFuseTime = 400; public static int nukeFuseTime = 400;