mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-21 23:13:28 +01:00
Turned cave mode off for now.
Working on it some more at some other point.
This commit is contained in:
parent
5cef7badac
commit
cddb514382
1 changed files with 1 additions and 1 deletions
|
@ -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){
|
||||
|
||||
|
|
Loading…
Reference in a new issue