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