mirror of
https://github.com/minetest/minetest_game.git
synced 2025-07-14 03:40:19 +02:00
Fix more translation strings (#2487)
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user