From e4664bf181dc9e961100556f2df57144def9722a Mon Sep 17 00:00:00 2001
From: TenPlus1 <kinsellaja@yahoo.com>
Date: Fri, 10 Feb 2017 18:48:07 +0000
Subject: [PATCH] added warning comment for settings

---
 init.lua | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/init.lua b/init.lua
index a228e62..ae054b5 100644
--- a/init.lua
+++ b/init.lua
@@ -8,7 +8,7 @@
 
 ]]
 
-ethereal = {}
+ethereal = {} -- DO NOT change settings below, use the settings.conf file
 ethereal.version = "1.22"
 ethereal.leaftype = 0 -- 0 for 2D plantlike, 1 for 3D allfaces
 ethereal.leafwalk = false -- true for walkable leaves, false to fall through
@@ -17,8 +17,6 @@ ethereal.torchdrop = true -- torches drop when touching water
 ethereal.papyruswalk = true -- papyrus can be walked on
 ethereal.lilywalk = true -- waterlilies can be walked on
 ethereal.xcraft = true -- allow cheat crafts for cobble->gravel->dirt->sand, ice->snow, dry dirt->desert sand
-
--- Set following to 1 to enable biome or 0 to disable
 ethereal.glacier   = 1 -- Ice glaciers with snow
 ethereal.bamboo    = 1 -- Bamboo with sprouts
 ethereal.mesa      = 1 -- Mesa red and orange clay with giant redwood
-- 
GitLab