mirror of
				https://codeberg.org/tenplus1/farming.git
				synced 2025-10-31 06:35:23 +01:00 
			
		
		
		
	capatalize spinach and asparagus descriptions
This commit is contained in:
		| @@ -3,7 +3,7 @@ local S = farming.intllib | ||||
|  | ||||
| -- asparagus | ||||
| minetest.register_craftitem("farming:asparagus", { | ||||
| 	description = S("asparagus"), | ||||
| 	description = S("Asparagus"), | ||||
| 	inventory_image = "farming_asparagus.png", | ||||
| 	groups = {seed = 2, food_asparagus = 1, flammable = 2}, | ||||
| 	on_place = function(itemstack, placer, pointed_thing) | ||||
|   | ||||
| @@ -3,7 +3,7 @@ local S = farming.intllib | ||||
|  | ||||
| -- spinach | ||||
| minetest.register_craftitem("farming:spinach", { | ||||
| 	description = S("spinach"), | ||||
| 	description = S("Spinach"), | ||||
| 	inventory_image = "farming_spinach.png", | ||||
| 	groups = {seed = 2, food_spinach = 1, flammable = 2}, | ||||
| 	on_place = function(itemstack, placer, pointed_thing) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user