summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README27
1 files changed, 1 insertions, 26 deletions
diff --git a/README b/README
index 7e726a7..9efeeb7 100644
--- a/README
+++ b/README
@@ -2,7 +2,6 @@ RGB Lightstones for Minetest
License:
---Code: WTFPL
----Textures: WTFPL (made by VanessaE)
Depends: mesecons_lightstone, digilines?
@@ -13,12 +12,6 @@ Instructions (with digilines):
red lightstone luacontroller blue lightstone
nothing digiline nothing
-or, if you don't have luacontrollers:
-
- nothing green lightstone nothing
- red lightstone mesecon blue lightstone
- nothing mesecon nothing
-
* Place the thing
* Right-click and set a channel
* Send a digilines message to it on that channel with the color you want (choices listed below)
@@ -28,25 +21,7 @@ Instructions (without digilines):
You'll have to use /give or /giveme. The node names follow the pattern "rgblightstone:lightstone_color", where "color" is replaced with the color (see below).
-Colors:
-
-Edit the settings at the top of init.lua to change what colors are available. The 16 colors from 16-color mode are always available.
-
-16 color mode:
-off, black, blue, brown, cyan, darkblue, darkcyan, darkgray, darkgreen, darkmagenta, darkred, gray, green, magenta, red, white, yellow
-
-512 color mode:
-Same as 4096-color (below), but only even digits work (so "EEAA88" works but "55BBFF" doesn't).
-
-4096 color mode:
-Any 6-digit hex value where the two digits for each part are the same. For example, "00FF66" and "112233" work, but "5678AC" will not.
-
-"True Color" mode:
-While the code is present, engine limitations do not allow this many nodes to be registered. If this ever changes, any hex value (such as "237AF0" or "C0FFEE") will work.
-
-Adding more colors:
-
-Call rgblightstone.add(name,color) - "name" is what digilines message should switch to it, and "color" is a hex color.
+Colors available: Any 6-digit hex color, such as "FF0000", "#c0ffee", "123456"...
Group addressing mode: