forked from VoxeLibre/VoxeLibre
Fix incorrect dirt help
This commit is contained in:
parent
dc3a991705
commit
a3d70e45d1
|
@ -23,7 +23,7 @@ end)
|
||||||
|
|
||||||
-- usable by hoes
|
-- usable by hoes
|
||||||
doc.sub.items.register_factoid("nodes", "groups", function(itemstring, def)
|
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.")
|
return S("This block can be turned into dirt with a hoe.")
|
||||||
elseif def.groups.cultivatable == 2 then
|
elseif def.groups.cultivatable == 2 then
|
||||||
return S("This block can be turned into farmland with a hoe.")
|
return S("This block can be turned into farmland with a hoe.")
|
||||||
|
|
Loading…
Reference in New Issue