diff --git a/mods/ITEMS/mcl_farming/wheat.lua b/mods/ITEMS/mcl_farming/wheat.lua index ae5e05fb6..b50cfa51c 100644 --- a/mods/ITEMS/mcl_farming/wheat.lua +++ b/mods/ITEMS/mcl_farming/wheat.lua @@ -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.",