fixed pepper->peppercorn recipe (thanks Drgnrdr)

This commit is contained in:
TenPlus1 2018-03-19 20:22:24 +00:00
parent 6eac7041ef
commit 3dd1c5280e
1 changed files with 1 additions and 1 deletions

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