Item
6 nodes in this category.
Create Item
item/create
Creates an ItemStack from a material name and optional amount.
In: material, amount
Out: item
Item Inspect
item/inspect
Reads properties from an ItemStack — material, display name, lore, amount, damage, and more.
In: item
Out: material, displayName, lore, amount, damage, maxDurability, customModelData, isUnbreakable, isAir
Item Modify
item/modify
Returns a modified clone of an ItemStack. Only connected optional inputs are applied.
In: item, displayName, lore, amount, damage, customModelData
Out: item
Item Enchant
item/enchant
Gets, sets, checks, or removes an enchantment on an ItemStack.
In: item, enchantment, level
Out: item, level, has
Item Compare
item/compare
Compares two ItemStacks for similarity or full equality.
In: item_a, item_b
Out: similar, identical
Item PDC
item/pdc
Reads or writes a PersistentDataContainer value on an ItemStack.
In: item, key, value
Out: item, value, has