Descriptions: Make capitalization consistent
This commit is contained in:
parent
da7e8e4810
commit
15ba96467d
4 changed files with 20 additions and 20 deletions
|
@ -9,7 +9,7 @@ dofile(farming.path .. "/hoes.lua")
|
|||
|
||||
-- WHEAT
|
||||
farming.register_plant("farming:wheat", {
|
||||
description = "Wheat seed",
|
||||
description = "Wheat Seed",
|
||||
paramtype2 = "meshoptions",
|
||||
inventory_image = "farming_wheat_seed.png",
|
||||
steps = 8,
|
||||
|
@ -47,7 +47,7 @@ minetest.register_craft({
|
|||
|
||||
-- Cotton
|
||||
farming.register_plant("farming:cotton", {
|
||||
description = "Cotton seed",
|
||||
description = "Cotton Seed",
|
||||
inventory_image = "farming_cotton_seed.png",
|
||||
steps = 8,
|
||||
minlight = 13,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue