fix flan recipe

This commit is contained in:
tenplus1 2021-03-17 21:03:37 +00:00
parent 584ab76fb5
commit c75be65326
1 changed files with 4 additions and 1 deletions

View File

@ -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