forked from mtcontrib/plantlife_modpack
alternate recipe to use farming_plus strawberries
This commit is contained in:
parent
e750a6bb59
commit
95f60f5f0f
|
@ -46,6 +46,14 @@ minetest.register_craft({
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
output = 'bushes:berry_pie_raw 1',
|
||||||
|
recipe = {
|
||||||
|
{ 'bushes:sugar', 'default:junglegrass', 'bushes:sugar' },
|
||||||
|
{ 'farming_plus:strawberry_item', 'farming_plus:strawberry_item', 'farming_plus:strawberry_item' },
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
-- Cooked pie
|
-- Cooked pie
|
||||||
minetest.register_craftitem(":bushes:berry_pie_cooked", {
|
minetest.register_craftitem(":bushes:berry_pie_cooked", {
|
||||||
description = "Cooked berry pie",
|
description = "Cooked berry pie",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user