forked from mtcontrib/farming
change golden carrot recipe (carrot + gold lump)
This commit is contained in:
parent
1ba1b848dc
commit
ff526980da
@ -46,11 +46,7 @@ minetest.register_craftitem("farming:carrot_gold", {
|
|||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "farming:carrot_gold",
|
output = "farming:carrot_gold",
|
||||||
recipe = {
|
recipe = {{"group:food_carrot", "default:gold_lump"}}
|
||||||
{"", "default:gold_lump", ""},
|
|
||||||
{"default:gold_lump", "group:food_carrot", "default:gold_lump"},
|
|
||||||
{"", "default:gold_lump", ""}
|
|
||||||
}
|
|
||||||
})
|
})
|
||||||
|
|
||||||
-- carrot definition
|
-- carrot definition
|
||||||
|
Loading…
Reference in New Issue
Block a user