small typo fix

master
tchncs 2016-05-21 23:29:06 +02:00
parent 0be999c95f
commit c7ac1381bc
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
]]
minetest.register_craftitem("farming:potato_seed", {
description = ("Potato Seeds"),
description = "Potato Seeds",
inventory_image = "farming_potato_seed.png",
on_place = function(itemstack, placer, pointed_thing)
return farming.place_seed(itemstack, placer, pointed_thing, "farming:potato_1")