= Bundles of Items = Use a `bundle` to express a stack of items (more than one item of the same type and attributes). The syntax for this is `bundle quantity of item` where ''quantity'' is an `integer` expressing how many items are in the bundle and ''item'' is an [wiki:olivine/dsl/types/item item] definition. == Examples == This expresses a stack of 64 cobblestone: {{{ bundle 64 of item &cobblestone }}}