forked from VoxeLibre/VoxeLibre
Change beetroot soup food group to not be categorized as a drink and be eaten with particles
This commit is contained in:
parent
7b42779fe2
commit
be711ea727
|
@ -157,7 +157,7 @@ minetest.register_craftitem("mcl_farming:beetroot_soup", {
|
||||||
wield_image = "mcl_farming_beetroot_soup.png",
|
wield_image = "mcl_farming_beetroot_soup.png",
|
||||||
on_place = minetest.item_eat(6, "mcl_core:bowl"),
|
on_place = minetest.item_eat(6, "mcl_core:bowl"),
|
||||||
on_secondary_use = 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,
|
_mcl_saturation = 7.2,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue