summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2016-05-19 14:49:05 -0500
committercheapie <no-email-for-you@example.com>2016-05-19 14:49:05 -0500
commit62edc88f755ba8c4291f70f134798aeeb890141d (patch)
treeadbdcbd334e4c2dc137d7413851609238c56e174
parentb1ca817e3879bc070df1d1750ac6499421cb99d7 (diff)
downloadrgblightstone-62edc88f755ba8c4291f70f134798aeeb890141d.tar
rgblightstone-62edc88f755ba8c4291f70f134798aeeb890141d.tar.gz
rgblightstone-62edc88f755ba8c4291f70f134798aeeb890141d.tar.bz2
rgblightstone-62edc88f755ba8c4291f70f134798aeeb890141d.tar.xz
rgblightstone-62edc88f755ba8c4291f70f134798aeeb890141d.zip
Fix color count
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index f968a1f..9ca521a 100644
--- a/init.lua
+++ b/init.lua
@@ -1,6 +1,6 @@
rgblightstone = {}
--If neither of the following are on, only the 16 colors listed in the readme will be available
-rgblightstone.sortaextracolors = true -- 64 Color Mode
+rgblightstone.sortaextracolors = true -- 512 Color Mode
rgblightstone.extracolors = false -- 4096 Color Mode
rgblightstone.insanecolors = false -- "True Color" Mode (DOES NOT WORK - the engine does not allow this many nodes to be registered. If it ever does, however...)
rgblightstone.colors = {}