Fix more translation strings (#2487)
[oweals/minetest_game.git] / game_api.txt
index 6ddeb9806bc851f7a94b09a44b08d67651c18652..a066a087c1677a3e91e02afda870ece50b434603 100644 (file)
@@ -359,6 +359,8 @@ The farming API allows you to easily register plants and hoes.
 
        {
                description = "",                      -- Description of seed item
+               harvest_description = "",              -- Description of harvest item
+                                                      -- (optional, derived automatically if not provided)
                inventory_image = "unknown_item.png",  -- Image to be used as seed's wield- and inventory image
                steps = 8,                             -- How many steps the plant has to grow, until it can be harvested
                -- ^ Always provide a plant texture for each step, format: modname_plantname_i.png (i = stepnumber)