forked from mtcontrib/farming
added new oatmeal recipe
This commit is contained in:
parent
d2f598a1cc
commit
a4350abba1
10
food.lua
10
food.lua
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user