mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-28 13:53:45 +01:00
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
Block a user