add various eating sounds

This commit is contained in:
FaceDeer
2020-01-30 20:50:07 -07:00
parent 4a40eaf2b2
commit e59144a33b
21 changed files with 62 additions and 36 deletions

View File

@ -71,6 +71,7 @@ minetest.register_craftitem("df_primordial_items:diced_mushroom", {
_doc_items_usagehelp = df_primordial_items.doc.big_mushroom_usage,
inventory_image = "dfcaverns_mush_diced_giant_mushroom.png",
groups = {food = 1, dfcaverns_cookable = 1},
sound = {eat = {name = "df_farming_gummy_chew", gain = 1.0}},
on_use = minetest.item_eat(1),
})