discontinue the old non-farming junglegrass-based pie recipe.

This commit is contained in:
Vanessa Ezekowitz 2014-08-18 23:12:13 -04:00
parent 9e8c58895e
commit 27c1cc58e7
1 changed files with 7 additions and 18 deletions

View File

@ -64,24 +64,13 @@ for i, berry in ipairs(bushes_classic.bushes) do
on_use = minetest.item_eat(1),
})
end
if minetest.registered_nodes["farming:soil"] then
minetest.register_craft({
output = "bushes:"..berry.."_pie_raw 1",
recipe = {
{ "group:food_sugar", "farming:flour", "group:food_sugar" },
{ "group:"..berry, "group:"..berry, "group:"..berry },
},
})
else
minetest.register_craft({
output = "bushes:"..berry.."_pie_raw 1",
recipe = {
{ "group:food_sugar", "group:junglegrass", "group:food_sugar" },
{ "group:"..berry, "group:"..berry, "group:"..berry },
},
})
end
minetest.register_craft({
output = "bushes:"..berry.."_pie_raw 1",
recipe = {
{ "group:food_sugar", "farming:flour", "group:food_sugar" },
{ "group:"..berry, "group:"..berry, "group:"..berry },
},
})
end
-- Cooked pie