forked from mtcontrib/farming
fix flan recipe
This commit is contained in:
parent
584ab76fb5
commit
c75be65326
5
food.lua
5
food.lua
|
@ -555,7 +555,10 @@ minetest.register_craft({
|
|||
"group:food_sugar", "group:food_milk", "farming:caramel",
|
||||
"group:food_egg", "group:food_egg", "farming:vanilla_extract"
|
||||
},
|
||||
replacements = {{"mobs:bucket_milk", "bucket:bucket_empty"}}
|
||||
replacements = {
|
||||
{"group:food_milk", "bucket:bucket_empty"},
|
||||
{"farming:vanilla_extract", "vessels:glass_bottle"}
|
||||
}
|
||||
})
|
||||
|
||||
-- Vegan Cheese
|
||||
|
|
Loading…
Reference in New Issue
Block a user