fix kefir recipe

This commit is contained in:
tenplus1 2023-08-28 07:09:17 +01:00
parent 6388166f10
commit 16f6651591

View File

@ -79,7 +79,7 @@ or minetest.get_modpath("xanadu") then
wine:add_item({
{"mobs:honey", "wine:glass_mead"},
{"mobs:glass_milk", "wine:glass_kefir"}
{{"mobs:glass_milk", "farming:wheat"}, "wine:glass_kefir"}
})
end