Make rabbit stew recipes flippable

This commit is contained in:
Wuzzy 2017-02-05 23:21:09 +01:00
parent b6a936c421
commit 7c3b41651a
1 changed files with 9 additions and 0 deletions

View File

@ -246,6 +246,15 @@ minetest.register_craft({
recipe = {{"mcl_mobitems:blaze_rod"}},
})
minetest.register_craft({
output = "mcl_mobitems:rabbit_stew",
recipe = {
{ "", "mcl_mobitems:cooked_rabbit", "", },
{ "group:mushroom", "mcl_farming:potato_item_baked", "mcl_farming:carrot_item", },
{ "", "mcl_core:bowl", "", },
},
})
minetest.register_craft({
output = "mcl_mobitems:rabbit_stew",
recipe = {