1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-01-13 11:20:21 +01:00

fixed pepper->peppercorn recipe (thanks Drgnrdr)

This commit is contained in:
TenPlus1 2018-03-19 20:22:24 +00:00
parent 6eac7041ef
commit 3dd1c5280e

View File

@ -27,7 +27,7 @@ minetest.register_craftitem("farming:pepper", {
minetest.register_craft({
type = "shapeless",
output = "group:food_peppercorn",
output = "farming:peppercorn",
recipe = { "farming:pepper" }
})