This commit is contained in:
Anuken
2019-11-17 11:20:36 -05:00
parent 629999a1cd
commit 2593e96999
9 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ public class Rules{
/** Blocks that cannot be placed. */
public ObjectSet<Block> bannedBlocks = new ObjectSet<>();
/** Whether everything is dark. Enables lights. Experimental. */
public boolean lighting = true;
public boolean lighting = false;
/** Ambient light color, used when lighting is enabled. */
public Color ambientLight = new Color(0.01f, 0.01f, 0.04f, 0.99f);