1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-28 04:40:22 +02:00

Descriptions: Make capitalization consistent

This commit is contained in:
ezhh
2017-06-14 02:22:46 +01:00
committed by paramat
parent da7e8e4810
commit 15ba96467d
4 changed files with 20 additions and 20 deletions

View File

@ -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,