mirror of
https://codeberg.org/tenplus1/farming.git
synced 2024-12-27 03:00:20 +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({
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user