Fix group typo

master
Wuzzy 2016-12-28 15:29:06 +01:00
parent c5ddf9d2d5
commit 546471454d
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ end
-- soil group
local function f_soil(itemstring, def)
if def.groups.soil == 1 then
return S("This block serves as a soil for saplings. Blocks in the “@1” group will grow into trees on this block.", doc.sub.items.get_group_name("saplings"))
return S("This block serves as a soil for saplings. Blocks in the “@1” group will grow into trees on this block.", doc.sub.items.get_group_name("sapling"))
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