added new oatmeal recipe

This commit is contained in:
TenPlus1 2019-01-06 10:37:41 +00:00
parent d2f598a1cc
commit a4350abba1
1 changed files with 10 additions and 0 deletions

View File

@ -185,4 +185,14 @@ minetest.after(0, function()
},
replacements = {{fluid_return, "bucket:bucket_empty"}}
})
minetest.register_craft({
type = "shapeless",
output = "farming:porridge",
recipe = {
"group:food_oats", "group:food_oats", "group:food_oats",
"group:food_oats", "group:food_bowl", fluid
},
replacements = {{fluid_return, "bucket:bucket_empty"}}
})
end)