diff options
author | Wuzzy <almikes@aol.com> | 2016-12-28 15:29:06 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-12-28 15:29:06 +0100 |
commit | 546471454d7e9b17de9b63fadd0cd2b557ab69f3 (patch) | |
tree | f3cf14fa45e931f23cc0776b2c8227cd5096eb6d | |
parent | c5ddf9d2d531e132acb1cd8a7585cc1e47cf0714 (diff) |
Fix group typo
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |