From 21f5ddc650bb5f1faa2daa297fc25979f9652e02 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 10 Aug 2016 05:54:59 +0200 Subject: Sunlight_propagates retext --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 255b9da..69d87bd 100644 --- a/init.lua +++ b/init.lua @@ -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 -- cgit v1.2.3