Update onset and most starter block research costs

This commit is contained in:
epowerj
2022-02-23 17:12:59 -05:00
parent a6c9ce7612
commit 98d68fe9ec
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ public class Vars implements Loadable{
/** Whether the logger is loaded. */
public static boolean loadedLogger = false, loadedFileLogger = false;
/** Whether to enable various experimental features (e.g. spawn positions for spawn groups) */
public static boolean experimental = false;
public static boolean experimental = true;
/** Name of current Steam player. */
public static String steamPlayerName = "";
/** Default accessible content types used for player-selectable icons. */