Fix more translation strings (#2487)
This commit is contained in:
parent
c42a525ce8
commit
b4c7522248
9 changed files with 56 additions and 34 deletions
|
@ -20,6 +20,7 @@ dofile(farming.path .. "/hoes.lua")
|
|||
|
||||
farming.register_plant("farming:wheat", {
|
||||
description = S("Wheat Seed"),
|
||||
harvest_description = S("Wheat"),
|
||||
paramtype2 = "meshoptions",
|
||||
inventory_image = "farming_wheat_seed.png",
|
||||
steps = 8,
|
||||
|
@ -61,6 +62,7 @@ minetest.register_craft({
|
|||
|
||||
farming.register_plant("farming:cotton", {
|
||||
description = S("Cotton Seed"),
|
||||
harvest_description = S("Cotton"),
|
||||
inventory_image = "farming_cotton_seed.png",
|
||||
steps = 8,
|
||||
minlight = 13,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue