Made vanilla recipe unlock the default.
This was overdue.
This commit is contained in:
parent
91df771011
commit
0d0c68f70b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue