mirror of
https://codeberg.org/tenplus1/farming.git
synced 2024-12-28 11:40:16 +01:00
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