ItemStack get_definition - Uberi/MineTest-API GitHub Wiki

ItemStack:get_definition

Description

returns the item definition table

Syntax

[table](../type/table.html) get_definition()

Examples

print("The itemstack drops " .. dump(stack:get_definition().drop))
⚠️ **GitHub.com Fallback** ⚠️