diff options
author | Wuzzy <almikes@aol.com> | 2016-12-28 15:27:53 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-12-28 15:27:53 +0100 |
commit | c5ddf9d2d531e132acb1cd8a7585cc1e47cf0714 (patch) | |
tree | c53e6e7ddb8477739134444eaf49c6818db6e7ce /init.lua | |
parent | 824f8f11703dd2cc978eacf96b7ffc02172d981c (diff) |
Rewrite sapling factoid
Diffstat (limited to 'init.lua')
-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 Saplings group will grow into trees on this block.") + 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")) 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 |