diff options
author | Wuzzy <almikes@aol.com> | 2016-08-10 05:54:59 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-08-10 05:54:59 +0200 |
commit | 21f5ddc650bb5f1faa2daa297fc25979f9652e02 (patch) | |
tree | 0ea9d205d638b51bebe5d7f7a617dcb86c125a0b /init.lua | |
parent | 6f41b4391487ed0da3c3bd636dbb47c8274e7416 (diff) |
Sunlight_propagates retext
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -313,7 +313,7 @@ doc.new_category("nodes", { formstring = formstring .. "This block glows faintly. It is barely noticable.\n" end if data.def.paramtype == "light" and data.def.sunlight_propagates then - formstring = formstring .. "This block allows light to propagate with a small loss of brightness, but sunlight can go through without loss.\n" + formstring = formstring .. "This block allows light to propagate with a small loss of brightness, and sunlight can even go through losslessly.\n" elseif data.def.paramtype == "light" then formstring = formstring .. "This block allows light to propagate with a small loss of brightness.\n" elseif data.def.sunlight_propagates then |