From 546471454d7e9b17de9b63fadd0cd2b557ab69f3 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 28 Dec 2016 15:29:06 +0100 Subject: Fix group typo --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 776a585..cc90c94 100644 --- a/init.lua +++ b/init.lua @@ -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 -- cgit v1.2.3