forked from VoxeLibre/VoxeLibre
Add MC comment for wheat seeds
This commit is contained in:
parent
3928193652
commit
2b64be0478
|
@ -1,4 +1,5 @@
|
||||||
minetest.register_craftitem("mcl_farming:wheat_seeds", {
|
minetest.register_craftitem("mcl_farming:wheat_seeds", {
|
||||||
|
-- Original Minecraft name: “Seeds”
|
||||||
description = "Wheat Seeds",
|
description = "Wheat Seeds",
|
||||||
_doc_items_longdesc = "Grows into a wheat plant. Chickens like 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.",
|
_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 New Issue