1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2024-12-26 02:30:20 +01:00

ground pepper recipe needs mortar & pestle

This commit is contained in:
TenPlus1 2018-03-21 17:48:13 +00:00
parent f814255ce8
commit 2bcc920a4b

View File

@ -53,7 +53,8 @@ minetest.register_node("farming:pepper_ground", {
minetest.register_craft( {
output = "farming:pepper_ground",
type = "shapeless",
recipe = {"group:food_peppercorn", "vessels:glass_bottle"}
recipe = {"group:food_peppercorn", "vessels:glass_bottle", "farming:mortar_pestle"},
replacements = {{"farming:mortar_pestle", "farming:mortar_pestle"}},
})
-- crop definition