add bread cooking recipe for bread from minetest game's farming

master
Thomas 2019-03-20 11:19:29 -04:00
parent 29cc933636
commit b34bcade1a
1 changed files with 4 additions and 1 deletions

View File

@ -143,4 +143,7 @@ oven.register_recipe("mobs_mc:chicken_raw", "test:chicken_cooked")
Recipe won't even be executed if there is no raw chicken in input ]]--
oven.register_recipe("mobs_mc:beef_raw", "test:beef_cooked")
oven.register_recipe("farming:coffee_cup", "farming:coffee_cup_hot") -- What a crutch there was...
-- Add needed recipes as you go, note that other mods can add more recipes too
-- Add needed recipes as you go, note that other mods can add more recipes too
--bread from minetest_game's farming
oven.register_recipe("farming:flour", "farming:bread")