Update shears hint
This commit is contained in:
parent
e43e88666d
commit
7124b516cc
@ -76,7 +76,7 @@ Did you know cotton seed not only grow on dirt, but also on sand? But it still n
|
|||||||
A truly epic story!=Eine sagenhafte Geschichte!
|
A truly epic story!=Eine sagenhafte Geschichte!
|
||||||
Ooh, a shiny pearl! Unfortunately, I don't know what it's good for.=Oh, eine glänzende Perle! Leider weiß ich nicht, wozu sie gut ist.
|
Ooh, a shiny pearl! Unfortunately, I don't know what it's good for.=Oh, eine glänzende Perle! Leider weiß ich nicht, wozu sie gut ist.
|
||||||
Place it on the ground in sunlight and it will grow to a tree.=Platziere ihn auf dem Boden im Sonnenlicht und er wird zu einem Baum heranwachsen.
|
Place it on the ground in sunlight and it will grow to a tree.=Platziere ihn auf dem Boden im Sonnenlicht und er wird zu einem Baum heranwachsen.
|
||||||
Use this to get wool from sheep.=Benutze dies, um an die Wolle von Schafen zu kommen.
|
Use this to trim plants and get wool from sheep.=Damit kannst du Pflanzen abschneiden und Wolle von Schafen erhalten.
|
||||||
Papyrus likes to grow next to water.=Papyrus wächst gerne in der Nähe von Wasser.
|
Papyrus likes to grow next to water.=Papyrus wächst gerne in der Nähe von Wasser.
|
||||||
When I was I kid, I always liked to climb on the papyrus.=Als ich ein Kind war, kletterte ich gerne den Papyrus rauf.
|
When I was I kid, I always liked to climb on the papyrus.=Als ich ein Kind war, kletterte ich gerne den Papyrus rauf.
|
||||||
Cacti like to grow on sand. They are also a food source, if you're really desperate.=Kakteen wachen auf dem Sand. Sie sind auch eine Nahrungsquelle, wenn du wirklich verzweifelt bist.
|
Cacti like to grow on sand. They are also a food source, if you're really desperate.=Kakteen wachen auf dem Sand. Sie sind auch eine Nahrungsquelle, wenn du wirklich verzweifelt bist.
|
||||||
|
@ -79,7 +79,7 @@ Every kid knows seeds need soil, water and sunlight.=
|
|||||||
A truly epic story!=
|
A truly epic story!=
|
||||||
Ooh, a shiny pearl! Unfortunately, I don't know what it's good for.=
|
Ooh, a shiny pearl! Unfortunately, I don't know what it's good for.=
|
||||||
Place it on the ground in sunlight and it will grow to a tree.=
|
Place it on the ground in sunlight and it will grow to a tree.=
|
||||||
Use this to get wool from sheep.=
|
Use this to trim plants and get wool from sheep.=
|
||||||
Papyrus likes to grow next to water.=
|
Papyrus likes to grow next to water.=
|
||||||
When I was I kid, I always liked to climb on the papyrus.=
|
When I was I kid, I always liked to climb on the papyrus.=
|
||||||
Cacti like to grow on sand. They are also a food source, if you're really desperate.=
|
Cacti like to grow on sand. They are also a food source, if you're really desperate.=
|
||||||
|
@ -243,7 +243,7 @@ for _, npc_type_table in pairs(npc_types) do
|
|||||||
elseif minetest.get_item_group(iname, "sapling") > 0 then
|
elseif minetest.get_item_group(iname, "sapling") > 0 then
|
||||||
say(S("Place it on the ground in sunlight and it will grow to a tree."), name)
|
say(S("Place it on the ground in sunlight and it will grow to a tree."), name)
|
||||||
elseif minetest.get_item_group(iname, "shears") > 0 then
|
elseif minetest.get_item_group(iname, "shears") > 0 then
|
||||||
say(S("Use this to get wool from sheep."), name)
|
say(S("Use this to trim plants and get wool from sheep."), name)
|
||||||
elseif iname == "default:papyrus" then
|
elseif iname == "default:papyrus" then
|
||||||
if npc_type == "farmer" then
|
if npc_type == "farmer" then
|
||||||
say(S("Papyrus likes to grow next to water."), name)
|
say(S("Papyrus likes to grow next to water."), name)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user