Items

Tricks that transform item-related fragments.

Placement Distortion



Item -> Block | Void

Returns the block type the given item type can be placed as, or void if the item is not a block.

Pickup Distortion



Block -> Item | Void

Returns the item type that can be used to place the given block type, or void if the block doesn't have a corresponding item.

Distortion of Breadth



Item -> Number

Returns the maximum stack size of the given item.