Reword “natural” soil

master
Wuzzy 2016-10-30 22:50:29 +01:00
parent 8c6c9fb4ab
commit 7111ada706
1 changed files with 1 additions and 1 deletions

View File

@ -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