Change rabbit 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:28:24 +00:00
parent 11d0062255
commit 7b42779fe2
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ minetest.register_craftitem("mcl_mobitems:rabbit_stew", {
stack_max = 1,
on_place = minetest.item_eat(10, "mcl_core:bowl"),
on_secondary_use = minetest.item_eat(10, "mcl_core:bowl"),
groups = { food = 3, eatable = 10 },
groups = { food = 2, eatable = 10 },
_mcl_saturation = 12.0,
})