minetest.item_eat - Uberi/MineTest-API GitHub Wiki

minetest.item_eat

Description

Eat the item. replace_with_item can be nil.

Syntax

item_eat([float](../type/float.html) hp_change, [ItemStack](../type/ItemStack.html) replace_with_item)

Examples

minetest.item_eat(2)
⚠️ **GitHub.com Fallback** ⚠️