change golden carrot recipe (carrot + gold lump)

This commit is contained in:
tenplus1 2022-09-10 08:49:26 +01:00
parent 1ba1b848dc
commit ff526980da
1 changed files with 1 additions and 5 deletions

View File

@ -46,11 +46,7 @@ minetest.register_craftitem("farming:carrot_gold", {
minetest.register_craft({
output = "farming:carrot_gold",
recipe = {
{"", "default:gold_lump", ""},
{"default:gold_lump", "group:food_carrot", "default:gold_lump"},
{"", "default:gold_lump", ""}
}
recipe = {{"group:food_carrot", "default:gold_lump"}}
})
-- carrot definition