mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-28 08:43:02 +00:00
Add MC comment for wheat seeds
This commit is contained in:
parent
3928193652
commit
2b64be0478
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
minetest.register_craftitem("mcl_farming:wheat_seeds", {
|
||||
-- Original Minecraft name: “Seeds”
|
||||
description = "Wheat Seeds",
|
||||
_doc_items_longdesc = "Grows into a wheat plant. Chickens like wheat seeds.",
|
||||
_doc_items_usagehelp = "Place the wheat seeds on farmland (which can be created with a hoe) to plant a wheat plant. They grow in sunlight and grow faster on hydrated farmland. Rightclick an animal to feed it wheat seeds.",
|
||||
|
|
Loading…
Reference in a new issue