forked from VoxeLibre/VoxeLibre
Change rabbit stew food group to not be categorized as a drink and be eaten with particles
This commit is contained in:
parent
11d0062255
commit
7b42779fe2
|
@ -335,7 +335,7 @@ minetest.register_craftitem("mcl_mobitems:rabbit_stew", {
|
||||||
stack_max = 1,
|
stack_max = 1,
|
||||||
on_place = minetest.item_eat(10, "mcl_core:bowl"),
|
on_place = minetest.item_eat(10, "mcl_core:bowl"),
|
||||||
on_secondary_use = 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,
|
_mcl_saturation = 12.0,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue