From 2b64be04787c024b1d0d41c5ddd0579b90605611 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 11 Mar 2017 18:24:07 +0100 Subject: [PATCH] Add MC comment for wheat seeds --- mods/ITEMS/mcl_farming/wheat.lua | 1 + 1 file changed, 1 insertion(+) 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.",