mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-07-16 07:20:27 +02:00
add hunger_ng support
This commit is contained in:
@ -119,6 +119,7 @@ minetest.register_craftitem("df_farming:cave_bread", {
|
||||
inventory_image = "dfcaverns_prepared_food13x16.png",
|
||||
sound = {eat = {name = "df_farming_chomp_crunch", gain = 1.0}},
|
||||
on_use = minetest.item_eat(5),
|
||||
_hunger_ng = {satiates = 5},
|
||||
groups = {flammable = 2, food = 5},
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user