From 7111ada706c8b278528bf9389903046560f1261c Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sun, 30 Oct 2016 22:50:29 +0100 Subject: =?UTF-8?q?Reword=20=E2=80=9Cnatural=E2=80=9D=20soil?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 0989dfd..ca41380 100644 --- a/init.lua +++ b/init.lua @@ -184,7 +184,7 @@ end -- soil group local function f_soil(itemstring, def) if def.groups.soil == 1 then - return S("This block is natural soil. It supports the growth of blocks belonging to the Saplings group.") + return S("This block serves as a soil for saplings. Blocks in the Saplings group will grow into trees on this block.") elseif def.groups.soil == 2 or def.groups.soil == 3 then return S("This block serves as a soil for saplings as well as plants grown from seeds. It supports their growth.") else -- cgit v1.2.3