mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-03-14 18:12:30 +01:00
Make rabbit stew recipes flippable
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user