1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2024-11-05 01:40:40 +01:00
This commit is contained in:
TenPlus1 2018-03-21 22:25:42 +00:00
parent 1b8c647f4b
commit 6abd6a05cf

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},
})