Changes between Initial Version and Version 1 of olivine/dsl/types/bundle


Ignore:
Timestamp:
May 21, 2020 11:50:03 PM (4 years ago)
Author:
jonathan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • olivine/dsl/types/bundle

    v1 v1  
     1= Bundles of Items =
     2Use 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.
     3
     4== Examples ==
     5This expresses a stack of 64 cobblestone:
     6{{{
     7bundle 64 of item &cobblestone
     8}}}