forked from mtcontrib/farming
fixed pepper->peppercorn recipe (thanks Drgnrdr)
This commit is contained in:
@ -27,7 +27,7 @@ minetest.register_craftitem("farming:pepper", {
|
||||
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = "group:food_peppercorn",
|
||||
output = "farming:peppercorn",
|
||||
recipe = { "farming:pepper" }
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user