Fix incorrect dirt help

This commit is contained in:
Wuzzy 2020-07-23 22:29:16 +02:00
parent dc3a991705
commit a3d70e45d1
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ end)
-- usable by hoes
doc.sub.items.register_factoid("nodes", "groups", function(itemstring, def)
if def.groups.cultivatable == 2 then
if def.groups.cultivatable == 1 then
return S("This block can be turned into dirt with a hoe.")
elseif def.groups.cultivatable == 2 then
return S("This block can be turned into farmland with a hoe.")