Change beetroot soup food group to not be categorized as a drink and be eaten with particles

This commit is contained in:
Eliy21 2024-01-16 12:31:59 +00:00
parent 7b42779fe2
commit be711ea727
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ minetest.register_craftitem("mcl_farming:beetroot_soup", {
wield_image = "mcl_farming_beetroot_soup.png",
on_place = minetest.item_eat(6, "mcl_core:bowl"),
on_secondary_use = minetest.item_eat(6, "mcl_core:bowl"),
groups = { food = 3, eatable = 6 },
groups = { food = 2, eatable = 6 },
_mcl_saturation = 7.2,
})