mirror of
https://codeberg.org/tenplus1/farming.git
synced 2025-07-09 11:40:36 +02:00
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