Change mushroom stew food group to not be categorized as a drink and be eaten with particles

This commit is contained in:
Eliy21 2024-01-16 12:25:34 +00:00
parent 4dd04b4c91
commit 11d0062255
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ minetest.register_craftitem("mcl_mushrooms:mushroom_stew", {
inventory_image = "farming_mushroom_stew.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,
stack_max = 1,
})