diff options
author | Wuzzy <almikes@aol.com> | 2016-10-30 22:50:29 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-10-30 22:50:29 +0100 |
commit | 7111ada706c8b278528bf9389903046560f1261c (patch) | |
tree | ab3f75b9fc438014044bb603e2990c23a47028d4 /init.lua | |
parent | 8c6c9fb4ab9dbfed2928786c93ad020a3aa90f74 (diff) |
Reword “natural” soil
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |