This commit is contained in:
TenPlus1 2018-03-21 22:25:42 +00:00
parent 1b8c647f4b
commit 6abd6a05cf
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ minetest.register_craft({
-- mortar and pestle
minetest.register_craftitem("farming:mortar_pestle", {
description = S("Mortal and Pestle"),
description = S("Mortar and Pestle"),
inventory_image = "farming_mortar_pestle.png",
groups = {food_mortar_pestle = 1, flammable = 2},
})