Turned cave mode off for now.

Working on it some more at some other point.
This commit is contained in:
Ellpeck 2016-05-19 16:06:27 +02:00
parent 5cef7badac
commit cddb514382

View file

@ -41,7 +41,7 @@ public class ConfigValues{
public static boolean lessParticles;
public static boolean lessBlockBreakingEffects;
public static boolean caveWorld = true; //TODO Make this proper
public static boolean caveWorld = false; //TODO Make this proper
public static void defineConfigValues(Configuration config){