Add help for some farming plants
This commit is contained in:
parent
f39f560a3e
commit
2ce928279b
4 changed files with 10 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
minetest.register_node("mcl_farming:potato_1", {
|
||||
description = "Premature Potato Plant (First Stage)",
|
||||
_doc_items_entry_name = "Premature Potato Plant",
|
||||
_doc_items_longdesc = "Potato plants are plants which grow on farmland under sunlight in 3 stages. On hydrated farmland, they grow a bit faster. They can be harvested at any time but will only yield a profit when mature.",
|
||||
paramtype = "light",
|
||||
walkable = false,
|
||||
drawtype = "plantlike",
|
||||
|
@ -38,6 +39,7 @@ minetest.register_node("mcl_farming:potato_2", {
|
|||
|
||||
minetest.register_node("mcl_farming:potato", {
|
||||
description = "Mature Potato Plant",
|
||||
_doc_items_longdesc = "Mature potato plants are ready to be harvested for potatoes. They won't grow any further.",
|
||||
paramtype = "light",
|
||||
walkable = false,
|
||||
drawtype = "plantlike",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue